<!--
Default styles definitions for all Eve Coxeter web pages.
Created by John Reddie - November 2002.
-->

a:link 		{ color: #666666; text-decoration: none }
a:visited 	{ color: #666666; text-decoration: none }
a:active	{ color: #666666; text-decoration: none }
a:hover		{ color: #000000; text-decoration: none}

BODY 		{ font-family: verdana, arial, helvetica; font-size: 9px; font-style: normal; color: #000000; } 	
H1 			{ font-family: MSTrebuchet; font-size: 20px; font-style: bold; color: #000000; } 	
H2 			{ font-size: 15px; color: #666666; } 
H3 			{ font-size: 13px; font-style: bold; color: #333333; } 	
H4 			{ font-size: 10px; font-style: bold; color: #000000; } 
p			{ font-family: verdana,arial,helvetica; font-size: 9px; font-style: normal; color: #000000; }
b 			{ font-style: bold; } 

.example 	{ font-family: "Times New Roman", Times, serif; font-size: 13px; font-style: normal; color: #333333; 
              text-align: justify }
			  
.news		{
	font-size: 11px;
	font-style: bold;
	color: #333333;
	text-align: justify;
} 	

.bird		{ position: absolute; top:50px; left: 200px }
.eve		{ position: absolute; top:10px; left: 300px }

.menu		{ 	float: bottom;
				text-align: center;
				margin-bottom: 25px;
			}

.note 		{ color: #999999; font-size: 9px; } 

.lhs		{	float: left; 
				text-align: left; 
				margin-left: 5px;
				width: 40%;
			}
		
.rhs		{	float: right; 
				text-align: right; 
				margin-right: 5px;
				width: 40%;
			}

<!-- insert the html below in the HEAD of each page to include this stylesheet:
<LINK REL=stylesheet type="text/css" href="code/eve.css"> 
-->
