
html
{
    font-size: 100%;
}


body 
{
	font-family : "Verdana" , "bitstream vera sans", sans-serif;
	font-size: 1.0em;
}

a
{
   text-decoration: none;
   color: #000000;
}

a:hover
{
    text-decoration: underline;
}


.maintable
{
	border: 1px solid black;
}

table
{
	font-size: 0.8em;	
}

.tablebackground
{
	background: white url("images/stars.jpg");
 	background-repeat: no-repeat;
  	background-position: left bottom;
}

.styled_link
{
	text-decoration: underline;
	color: blue;
}

.main_link
{
	font-size: 1.5em;
}


