BODY {
	margin-top: 20;
	color: Navy;
	font-family: Times, Garamond, serif;
	margin-left : 0;
	margin-right : 20%;
	text-align : justify;
}
#logo {position:relative; top:0}

#events {position: relative;top:80;left:5}

A:link {
	text-decoration: underline;
	color: Navy;
	font-weight : normal;
}
A:visited {
	text-decoration: none;
	color: Blue;
	font-weight: normal;
}
A:hover {
	text-decoration: underline;
	color: Maroon;
	font-weight: normal
}
A.menu:link {
	text-decoration: none;
	color: blue;
	font-weight : bold;
	font-size : 20px;
}
A.menu:hover {
	text-decoration: none;
	color: blue;
	font-weight : bold;
	font-size : 20px;
}

A.head:link {
	text-decoration: none;
	color: White;
	font-weight : bold;
	font-size : 20px;
}
A.head:visited {
	text-decoration: none;
	color: White;
	font-weight : bold;
}
A.head:hover {
	text-decoration: underline;
	color: Red;
	font-weight : bold;
}
A.blink.link{
	text-decoration: blink;
	background-color : Purple;
	color : Red;
}
A.blink.hover{
	text-decoration: line-through;
}
A.blink.visited{
	text-decoration: blink;
}
A.list:link {
	text-decoration: none;
	color: Purple;
	font-style : italic;
	font-weight : bold;
	font-size : larger;
}
A.list:visited {
	text-decoration: none;
	color:Purple;
	font-style : italic;
	font-weight : bold;
	font-size : larger;
}
A.list:hover {
	text-decoration: underline;
	color: Navy;
	font-style : italic;
	font-weight : bold;
	font-size : larger;
}

H1 {
	text-align: left;
	font: bold 20pt;
	color: Purple;
	font-family: cursive;
}
H2 {
	text-align: left;
	font:normal 17pt;
	font-family: Arial, Helvetica, "Avante Garde", sans-serif ;
	color: Blue;
}
H3 {
	text-align: left;
	font:normal 15pt;
	font-family: Arial, Helvetica, "Avante Garde", sans-serif ;
	color: #FF0066;
	font-variant : small-caps;
}
H4 {
	text-align: left;
	font:normal 13pt ;
	font-family: Arial, Helvetica, "Avante Garde", sans-serif;
	color: Purple;
}
H5 {
	background: Aqua;
	border: thin;
	color: Blue;
	text-align : left;
}
P.title {
	text-align: center;
	font: bold ;
	font-size : 30pt;
	color: Purple;
	font-family: cursive;
}

P.quote {
	text-align: center;
	font: bold;
	color: Blue;
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
}
P.right { text-align:right }
P.center {text-align:center }
P.small {
	font-size: 10px;
	font-style : oblique;
	font-weight : lighter;
}
DIV.right {	text-align:right;}
Table.menu {color:yellow; font-size:14pt; text-decoration:bold}

UL.head {
	display: list-item;
}
LI.head {list-style-image : url("Pictures/BulletDiamond.gif");}
SPAN.2 {
	font-style : italic;
	font-weight : bolder;
	font-variant : normal;
}