a:link{
	color:"white";
	text-decoration : none;
}
a:visited{ 
  color:"silver";
  text-decoration: none;
 }
a:hover{
	color: #78ACFF;
	text-decoration: underline;
}
a:active{
	color: Silver;
	text-decoration: none;
}
a.main:link{
	color:"blue";
	text-decoration: underline;
}
a.main:visited{ 
  color:"navy";
	text-decoration: underline;
 }
a.main:hover{
	color: "blue";
	text-decoration: underline;
}
a.main:active{
	color: "navy";
	text-decoration: underline;
}
td.logo{
	background-image : url("graphics/bg_menu.gif");
	background-repeat : repeat-y;
	background-color: #483D8B;
	width : 150px;
}
td.menu{
	color:white;
	font-family : Arial, Helvetica, sans-serif;
	width : 150px;
	background-image : url("graphics/bg_menu.gif");
	background-repeat : repeat-y;
}
td.title{
	color:white;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-large;
	font-weight : bold;
	background-color : #483D8B;
}
td.qa{
	font-weight: bold;
	vertical-align : top;
}
div.ML3{
	margin-left : 15px;
	font-size : smaller;
}
div.ML2{
	font-weight:bold;
	margin-left : 10px;
	font-size : smaller;
}
div.ML1{
	font-weight:bold;
	margin-left : 5px
}
div.main{
	margin: 20px;
	padding-top : 0px;
	font-size: x-small;
}
body{
	font-family: Arial, Helvetica, sans-serif;
}