body { 
	font-size:14px; font-family:helvetica, arial, sans-serif; 
	color: black; 
	background-color:white; 
	text-align: center;
}

:link { color: rgb(255, 0, 0) }  /* for unvisited links */
:visited { color: rgb(255, 100, 0) } /* for visited links */
:active { color: rgb(255, 255, 255) } /* when link is clicked */
:hover { color: rgb(0, 100, 255) } /* when mouse is over link */

table.main { 
	text-align: left; 
	margin-left: auto; margin-right: auto; 
	display: inline-table;
	border:2px solid black; 
	width:750px; 
	margin:0px; padding:0px; 
	background-color:#66CCCC;
 }

table.noborder { 
	border:0px; margin:10px; 
	text-align: justify; color: white 

}
table.content { border:0px; text-align: justify; }

td.menu { vertical-align:top; width:180px; }

td.content {  
	width:570px; 
	margin:0px; padding:10px; 
	background-color:#FFFFFF;
	vertical-align:top; 
}

h1 { font-size:26px; margin-bottom:18px; font-family:arial, sans-serif; color: white}
h2 { font-size:20px; margin-bottom:18px; }
h3 { font-size:18px; color:white}
h4 { font-size:16px; }

p {text-align: justify}

input.button { background-color: #66CCCC; border: 1 solid #000000 }
