body {
   font-family: Vendana, Geneva, Arial, sans-serif;
   font-size: small;
   text-align: center;  
   color: black;
   background-color: white;
   background-image: url(WhiteGrade.gif);
   background-repeat: repeat-x;
   background-attachment: fixed;
}
h1 {
   font-size: 300%;
   color: black;
   font-weight: bold;
   padding-bottom: 0px;
   margin-bottom: 0px;
}
h2 {
   font-size: 170%;
   color: black;
   font-weight: normal;
}
h6 {
   padding-top: 0px;
   margin-top: 0px;
}
em {
   color: #ffff00;
}
img {
   border: 2px solid black;
}
img.nobo {
	border: 0px;
}
table {
   margin-left: auto;
   margin-right: auto;
}
td {
   vertical-align: top;
}
a:link {
   color: #3f6095;
}
a:active {
   color: #dcc168;
}
a:visited {
   color: black;
}
#Box {
	line-height: 1.2;	
	border: solid thin black;
	width: 500px;
	
	padding: 20px 20px;
	margin: 0px 20px 30px 10px;
	
	text-align: left;
	
	float: right;
}

#Main {
	line-height: 1.2;	
	width: 500px;
	
	padding: 20px 20px;
   margin-left: auto;
   margin-right: auto;	
   
	text-align: left;
}

