/* Galaxy CSS by Sincordia */

body {
	font-size:62.5%; /* Sets base font at 10px */
	font-family: "Lucida Grande", Arial, Verdana, sans-serif; 
	color:#8D8D8D;
	background-color:#fff;
	min-width:960px;
	text-align:center;
	margin:0;
}

a { color:#000; background-color:transparent; }		
a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover { text-decoration:underline;  }
a:active {text-decoration:none; }

blockquote {  font-style:normal; margin:0; padding:0; }

img { border:0; }

h1, h2 { color:#000; margin:0 0 8px 0; padding:0; color:#000; }

h1 { font-size:2.6em; }

h2 { font-size:1.8em; }

h3 { color:#000; }

input, select, textarea
{
	border: 1px solid #666666;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 90%;
	padding: 3px;
}


