
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 100%;
	text-align: center;
	background-color: #FFF8DC;
}

p, li {
		font-size: 80%;
}

h1 {
font-family:  Verdana, Arial, Helvitica, sans-serif;
color: black;
text-align: center;
}

h2 {
font-family:  Verdana, Arial, Helvitica, sans-serif;
color: #0000FF;
text-align: center;
}

h3 {
font-family:  Verdana, Arial, Helvitica, sans-serif;
color: #0000FF;
}

.yellow {
background-color: #FFFF66;
text-align: center;
}

h4 {
text-align: center;
}

h5 {}

h6 {}

p {}

a:link {
color: blue;
}

a:visited {
color: blue;
}

a:hover {
color: red;
}

a:active {color: red}

img {}

#mainMenu{
	text-align: center;
}

#mainMenu a{
	/*/
	*/display: inline;
	text-decoration: none;
	line-height: 1em;
	border: 2px outset #CCCCCC;
	width: 125px; /* */
	padding: 0.4em 0.4em;
	text-align: center;
	font-size: 90%;
	background-color: #ffffff
}


#mainMenu a:link, #mainMenu a:visited{
color: #0000ff;
}

#mainMenu a:hover, #mainMenu a:active{
	color: #0000ff;
	background-color: Yellow;
	border: 2px solid #000000;
}

#mainarea{
   text-align: left;
	width: 770px;
	border: thin dashed;
	background-color: White;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;	 
}

#virusTable {
	background-color: #FFFF99;
	width: 650px;
	border: 0;
}

#virusTable td {
	text-align: left;
	vertical-align: top;
}