﻿body 
{
	background-color: #173C60;
	margin-top: 0px;
	font-family: Arial;
	font-size: medium;
	color: White;
}


a img {height: 40px; width: 150px; border-width: 0; background: top left no-repeat;}

a#home img {background-image: url(images/buttons/home1.jpg);}
a#events img {background-image: url(images/buttons/events1.jpg);}
a#account img {background-image: url(images/buttons/account1.jpg);}
a#contact img {background-image: url(images/contactNormal.jpg);}

a#home:visited img {background-image: url(images/buttons/home1.jpg);}
a#events:visited img {background-image: url(images/buttons/events1.jpg);}
a#account:visited img {background-image: url(images/buttons/account1.jpg);}
a#contact:visited img {background-image: url(images/contactNormal.jpg);}

a#home:hover img {background-image: url(images/buttons/home2.jpg);}
a#events:hover img {background-image: url(images/buttons/events2.jpg);}
a#account:hover img {background-image: url(images/buttons/account2.jpg);}
a#contact:hover img {background-image: url(images/contactOver.jpg);}

a#home:active img {background-image: url(images/buttons/home1.jpg);}
a#events:active img {background-image: url(images/buttons/events1.jpg);}
a#account:active img {background-image: url(images/buttons/account1.jpg);}
a#contact:active img {background-image: url(images/contactOver.jpg);}

a#home:selected img {background-image: url(images/blank.gif);}

A:link.mainLinks
{ color: #ffffff; }

A:selected.mainLinks
{ 	color: #ffffff; }

A:visited.mainLinks
{ color: #ffffff }

A:hover.mainLinks
{	color: Orange }

p
{
	line-height: 20px;
}

h2
{
	color: #ffeedd;
}
