a:active {   color: #993333; text-decoration: underline}
a:hover {  color: #993333; text-decoration: underline}
a:visited {  color: #993333;  text-decoration: underline}
a:link {   color: #993333; text-decoration: underline}
a {  text-decoration: underline; color: #FF0000}
body {  background-image: none;
		margin: 0 auto;
		text-align: center;
		width: 100%;
		min-width: 700px;
		padding: 0;
}

#basemain {	width: 700px;
			height: auto;
			text-align: center;
			margin: 0 auto;
			padding: 0 auto;
			top: 0;
			left: 0;
}
html {	overflow-y: scroll !important;
		overflow-x: hidden !important;
}
#masthead {	margin-right: 20px;
}