body	{
	color: #c0c0c0;
	font-size: 9px; 
	text-align: left;  
	word-spacing: 0pt;
	cursor: crosshair;
	letter-spacing: 0pt; 
	font-family: Tahoma; 
	text-decoration: none;
	text-transform: normal;
	background: #fbf9f9;
	}

.main {
	background: url('layout/back.jpg');
	}

.content {
	text-align: left;
	background: #fef4ff;
	color: #659cb6;
	margin-bottom: 5px;
	}
	
b	{
	color: #bf6ab3;
	}
	
i	{
	color: #89b68c;
	border-bottom: 1px solid #edace4;  
	}
	
u	{
	color: #d8b7b4;
	border-bottom: 1px solid #edace4;  
	}
	
strike {
	color: #ee6d69;
	}
	
select, choice, option, textarea, input {
	margin: 2px;
	color: #edace4;
	font-size: 10px;  
	text-align: center;   
	background: #f7e5f1;
	font-family: Tahoma;
	border: 1px solid #edace4;
	}

td	{
	font-size: 9px;
	color: #747da4;
	font-family: Tahoma;
	background: none;
	}

a:link, a:visited{
	border: 0px;
	color: #8fadc1;
	background: none;
	cursor: crosshair;
	text-decoration: none;
	}

a:hover{
	color: #edace4;
	cursor: crosshair;
	background: #d3dae7;
	text-decoration: none;
	border-bottom: none; 
	}
	
a.nav, a.nav:link, a.nav:active, a.nav:visited {
	font-size: 20px;
	font-family: georgia;
	font-weight: bold;
	display: block;
	color: #ef94c5;
	text-transform: lowercase;
	border-left: 5px solid #ffe5e3;
	background: #f4f4ff;
	border-bottom: 2px dashed #dbe0fc;
	}	
	
a.nav:hover {
	font-size: 20px;
	font-family: georgia;
	font-weight: bold;
	display: block;
	color: #747da4; 
	background: #e6ddff; 
	text-transform: lowercase;
	border-left: 5px solid #c2b9dc;
	border-bottom: 2px dashed #e4ffe6;
	}
	
a.trans, a.trans:link, a.trans:active, a.trans:visited, a.trans:hover { 
	width:90px; 
	height:21px; 
	display:block; 
	outline:none; 
	border: none;
	background: none;
	} 
h1 { 
	height: 30px; 
	color: #c0c0c0;
	font-size: 20px;
	word-spacing: 1px;
	text-align: right;
	letter-spacing: 0px;  
	font-family: Tahoma;
	text-transform: uppercase; 
	}