/* CSS Document */



div#center {   
    width: 750px;   
    margin: 0 auto;   
    text-align: left;   
    border: 0px;   
}  

body{  margin-top:5px;
       margin-left:0px;
       margin-right:0px;
       margin-bottom:0px;
       background-image:url(image/backgroundimage.gif);}
}

	
A:link { color: orange; }
A:visited { color: orange; }
A:active { color: red; }
A:hover { color: red; }

th, td {font-size: 10pt;
		color: #444444;
		line-height: 100%
}