BODY, TD, P, LI { 
   font-family: verdana,arial,sans-serif;
   font-size: 14px;
   color: #000000;
   }

BLOCKQUOTE { 
   font-family: verdana,arial,sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #000000;
   }
   
table.reddashed {
	border-width: 3px;
	border-spacing: ;
	border-style: dashed;
	border-color: red;
	border-collapse: separate;
	background-color: white;
   }   

table.dashed {
	border-width: 3px;
	border-spacing: ;
	border-style: dashed;
	border-color: blue;
	border-collapse: separate;
	background-color: white;
   }

table.display {
	width: 100%;
	border-width: 2px 2px 2px 2px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: #DDDDDD #DDDDDD #DDDDDD #DDDDDD;
	border-collapse: separate;
	background-color: #F7F7F7;
	}

H1 {
   font-family: verdana,arial,sans-serif;
   font-size: 24px;
   font-weight: bold;
   text-align: center;
   }

H2 {
   font-family: arial,verdana,sans-serif;
   font-size: 22px;
   font-weight: bold;
   text-align: center;
   }

H3 {
   font-family: arial,verdana,sans-serif;
   font-size: 20px;
   }

H4 {
   font-family: arial,verdana,sans-serif;
   font-size: 10px;
   color: #000000;
   text-align: center;
   }

IMG { 
   border-style: none
   }

A:active {
   color:#3F7FBB; 
   text-decoration;
   }

A:hover {
   color:#EF7171; 
   text-decoration: none;
   }
   
.test	{
	font-family: Georgia, verdana, "Courier New", Courier, mono;
	font-size: 16px;
	}
	
.test_title {
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	color: #cc0000;
	text-align: center;
	margin: 5px 0px 15px 0px;
	}
	
.test_name {
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	margin-top: 5px;
	}   
   