/* 
CSS file for http://www.rowan.edu/clubs/gsa/
*/

body
{
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}

h1
{
	font-family: "Times New Roman", Times, serif;
	font-size: 200%;
	text-align: center;
}

h2
{
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
}

h3
{
	font-family: "Times New Roman", Times, serif;
	font-size: 125%;
}

a:link
{
	color: #0FF;
}

a:visited
{
	color: #F3F;
}

a:hover
{
	color: #9FF;
}

a:active
{
	color: #F3F;
}


#mainbody
{
	position: relative;
	float: right;
	padding-left: 9em;
}	

#menu
{
	position: absolute;
	float: left;
	font-family: "Times New Roman", Times, serif;
}

#menu a:link
{
	color: #000;
	text-decoration: none;
}

#menu a:visited
{
	color: #000;
	text-decoration: none;
}

#menu a:hover
{
	color: #FFF;
	text-decoration: none;
}

#menu a:active
{
	color: #FFF;
	text-decoration: none;
}



.menucell
{
	background-color: #FFF;
	height: 3em;
}

.menubutton
{
	margin: 0.5em;
	padding-left: 0.3em;
	padding-right: 0.3em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-color: #000;
	text-align: center;
	height: 2em;
	font-size: 110%;
}

#footer
{
	clear:both;
	bottom:0;
	position:relative;
	font-size: 80%;
	text-align: center;
	padding-left: 9em;
}

.rainbow
{
	text-align: center;
	padding: 1em;
}
