body, p, li, td, th
		{ font-family: Verdana, Helvetica, Arial, Sans-serif;
		font-size: 10pt;
		font-weight: bold;
		color: black;}

body		{
		background-color: rgb(203,205,254);
		scrollbar-face-color: rgb(205,48,119);
		scrollbar-shadow-color: rgb(205,48,119);
		scrollbar-highlight-color: rgb(205,48,119);
		scrollbar-3dlight-color: white;
		scrollbar-darkshadow-color: white;
		scrollbar-track-color: rgb(170,170,212);
		scrollbar-arrow-color: white;
		}

h1,h2,h3 {
    position: relative; left: 20px;
    color: rgb(205,48,119);
    }
    
h3 {font-size: 18px; font-weight: bold;}    

.cssFoto	{border: 0px solid #666666;
    margin: 15px;
    }

.cssMainspace	{position: absolute;
		width: 1006px;
		height: 1000px;
		background: url('img/bg.jpg');
		background-repeat: no-repeat;
		
		}
		
.cssCopyright {
    position: absolute;
    top: 870px;
		height: 20px;
		width: 100%;
		text-align: center;
		color: rgb(205,48,119);
		font-size: 9px;
		}
		
.cssHead {
    font-size: 10px;
    position: absolute;
    top: 215px;
	  left: 470px;
    }		

.cssContent	{position: absolute;
		left: 235px; top: 300px;
		width: 500px;
		
		color: black;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;}


.cssLeftmenu	{position: absolute;
		left: 20; top: 280;
		line-height: 20px;
		}

.cssLeftmenu a	{color: white;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;}

.cssLeftmenu a:visited
		{color: white;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;}

.cssLeftmenu a:hover
		{color: rgb(203,205,254);
		font-size: 12px;}


