body {
		background: #fff url(../img/backie.jpg) fixed repeat-y 0 0;
		margin-top: 0;
		margin-left: 60px;
		font-family:Verdana; 
		font-size:13px;
}
tt {
		color:#930;
		font-weight : bold;
}
small {
		font-size:10px;
		font-family:courrier;
		color: #930;
}
p {
		text-align: justify;
}

code {
		font-family:Verdana; 
		font-size:10px;
}
	
h1 {
		font-family:Georgia, Times New Roman, Times, serif; 
		font-size:26px;
		color: #366;
		border-top: 1px dotted #930;
}
h2 {
		font-family:Georgia, Times New Roman, Times, serif; 
		font-size:20px;
		color: #666;
		margin:1em 0em; 
		border-bottom: 1px dotted #930;
}
h3 {
		font-family:Georgia, Times New Roman, Times, serif; 
		font-size:18px;
		color: #666;
		margin:1em 0em;
		border-top: 1px dotted #930; 
		border-bottom: 1px dotted #930;
}

a.nav:link {
	color:#666;
	font-size:10px;
	text-decoration : none; 
}
a.nav:visited {
	color:#666;
	font-size:10px;
	text-decoration : none; 

}
a.nav:hover {
	color:#666;
	font-size:10px;
	background-color : #cfc;
}
a.nav2:link {
	color:#900;
	font-size:10px;
	text-decoration : none; 
}
a.nav2:visited {
	color:#900;
	font-size:10px;
	text-decoration : none; 

}
a.nav2:hover {
	color:#fff;
	font-size:10px;
	background-color : #666;
}
a.out:visited {
	color:#c69;
	font-weight : bold;
	text-decoration : none; 
}
a.out:link {
	color:#c69;
	font-weight : bold;
	text-decoration : none; 
}

a.out:hover {
   color : #fff;
   font-weight : bold;
   background-color : #666;  
}
a.int:link {
	color:#900;
	font-weight : bold;
	text-decoration : none; 
}
a.int:visited {
	color:#900;
	font-weight : bold;
	text-decoration : none; 	
}
a.int:hover {
   color : #fff;
   font-weight : bold;
   background-color : #666;  
}


