P
{
	color: #222222;
	font-size: 12px;
	font-family: verdana;
	text-align:left;
/*	font-variant: small-caps;	*/
}

h1
{
        color: #222222;
        font-size: 18px;
        font-family: verdana;
        text-align: right;
}

h3
{
        color: #222222;
        font-size: 14px;
        font-family: verdana;
        text-align: left;
}

a:link	{
	color: #A52A2A;
	text-decoration: underline;
	}     /* unvisited link */

a:visited{
	color: #000099;
        text-decoration: underline;
	}  /* visited link */

a:hover {
	color: #0000FF;
	}   /* mouse over link */

a:active {
	color: #0000FF
	}   /* selected link */

div 
{
/* background-color:#00FFFF; */
position:static;
width:475px;
height:400px;
overflow: auto;
}

.zeroalign
{
position:absolute;
border-style: solid;
left:0px;
top:0px;
}

.menu
{
        color: black;
        font-size: 12px;
        font-family: verdana;
        text-align: right;
/*      font-variant: small-caps;       */
}

