/* CSS for Crosbie site */

body {
	top-margin: 10px;
	padding: 0;
	background-color: #006600;
	color: black;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: small;
	}
	
	
h1 {font-size: 160%;
	color: #000080; 
	font-family: "times new roman", serif;
	padding-top: 1em;
	}
	
h2 {font-size: 130%;
	color: #003300; 
	font-style: italic;
	font-family: "times new roman";
	}

h3 {
	font-size: 120%;
	color: #003300;
	font-style: italic;
	font-weight: bold;
	font-family: "times new roman";
	}
	
table.events td{
	font-size: 90%;
	}
	
	
a:link {
	color: blue;
	font-weight: bold;
	}
	
a:visited {
	color: blue;
	}
	
a:hover {
	color: red;
	}
	
table.menu a {
	font-weight: normal; 
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	}
	
table.menu a:link {
	color: #000080;
	}
	
table.menu a:visited {
	color: #000080;
	}
	
table.menu a:hover {
	color: #000080;
	background-color: #f0f0ff;
	}
	
table.menu a:active {
	color: #000080;
	}
