
body 	{
	font-size: 14px;
	font-family: georgia, comic sans;
	color: #000000;
	background: transparent url(viiva1.jpg) repeat;
	align: center;
     	}

p	{
	font-size: 14px;
	font-family: georgia;
	color: #000000;
	text-align: left;
	}

h1	{
	font-size: 20px;
	font-family: papyrus;
	text-align: center;
	color: #000000;
	}

TD	{
	font-size: 14px;
	font-family: arial;
	align: center;
	} 

DIV.main {
        width: 500px;
        text-align: left;
	font-size: 10pt;
	font-family: georgia, comic sans;
      	}

DIV.border {
        border-top: 1px solid rgb(200,200,200);
        border-left: 1px solid rgb(200,200,200);
        border-right: 3px solid rgb(200,200,200);
        border-bottom: 3px solid rgb(200,200,200);
        background-color: rgb(214,214,217);
        padding: 2px;
	width: 600px;
	text-align: center;
	font-size: 14px;
	font-family: georgia, comic sans;
	}

a:link 	{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #000000;
	}

#footer	{
   	font-size: 11px;
	font-family: georgia;
	color: 9D999C;
	text-align: center;
     	}


#dropmenudiv{
	position:absolute;
	border:0px solid black;
	border-bottom-width: 0;
	font:normal 12px arial;;
	line-height:15px;
	z-index:80;
	}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 0px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: grey;
	}
