/* mvd_style.css  stylesheet for Moonee Valley Drifters site */

body
{
	color: #000;
	background-color: #F90;
}

h1, h2, h3
{
	font-family: Verdana, Arial, sans-serf;
	text-align: center;
}

p, li
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 11pt;
}

.small { font-size: 66%; }
.indent { margin-left: 3%;  }
.bigindent 
{
	margin-left: 20%;
	margin-right: 20%;
}
.centre { text-align: center; }
.color
{
	color: #F03;
	font-size: larger;
}

.gig { font-size: 80%; }

a:link { text-decoration: none; }

a:visited
{
	text-decoration: none;
	color: #930;
}

a:hover { text-decoration: underline; color:#CFF}

a:active { text-decoration: none; }
