/* Stylesheet for GMCA website */
body {
	background: url(images/yellowpad.gif);
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 10;
	} 

.style1
{
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
}

.style2
{
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
}

.nav
{
	background-color: #F7DCA7;
	color: #000000;
}
	
.button
{ border: thin solid #996600; }

a
{
	color: #996600;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	TEXT-DECORATION:none;
}

.small
{
	font-size: 9px;
}