body,td,select,input,div,form,textarea,center,option,pre,blockquote{
    background:white;
	font-family:Arial, Verdana;
	font-size:12px;
	color:#555555;
}

A:link {color:blue; text-decoration:none;}
A:active {color:green; text-decoration:none;}
A:visited {color:blue; text-decoration:none;}
A:hover {color:green; text-decoration:underline;}

.dropdown ul ul ul {
	right: -150px;
	width: 150px;
}
.dropdown ul {
    font-family: Arial, Verdana;
    font-size: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.dropdown ul li {
    font-family: Arial, Verdana;
    font-size: 16px;
    display: block;
    position: relative;
    float: left;
}
.dropdown li ul {
    display: none;
}
.dropdown ul li a {
    display: block;
    text-decoration: none;
    color: black; 
	border:1px solid #AAAAAA;
    padding: 0;
    background: #ffffff;
    margin-left: 1px;
    white-space: nowrap;
}
.dropdown ul li a:hover {
background: orange;
}
.dropdown li:hover ul {
    display: block;
    position: absolute;
}
.dropdown li:hover li {
    float: none;
    font-size: 12px;
}
.dropdown li:hover a { 
	background: #ffffff; 
}
.dropdown li:hover li a:hover {
    background: lightgray;
}

.td{
	border-bottom:1px dotted gray; with:800px; padding-top:2px;
}
.solid{
	border-bottom:2px solid gray; with:800px; padding-top:2px;
}

@font-face {
	font-family: Arial, Verdana;
	font-size:12px;
}

body {
    font-family: Arial, Verdana;
	font-size:12px;
	color:black;
}

div.pic {
	text-align:center;
	color:blue;
	font-size:120%;
}

ul li {
    font-size: 12px;
    color: black;
}
ol li.blue {
    color: #1e90ff;
}
.style1 {
	font-size: 16px;
}
.normal {
	font-size: 16px;
	color: blue;
}
