/* CSS file for Order page */

#menu, #header, #footer{
	display: none;
	}

#content {display: show;
/*	left: 40px;
	right: 40px;
*/
width: 90%; 
	top: 20px;
	}
body {font-family: "times new roman", serif}
h1, h2, h3, h4, h5, h6 {font-family: arial, sans-serif
}
	
a:active { color: #000000; text-decoration: none;}
a:link { color: #000000; text-decoration: none;}
a:hover {  color: #000000; text-decoration: none;}
a:visited { color: #000000;  text-decoration: none;}
/*a:visited:hover { color: #000000;  text-decoration: none;}*/
a:link:hover {  color: #000000; text-decoration: none;}