/* CSS for GTShelters.com web site */

body {
	background-color: #FFFFFF;
	margin: 10px 0% 10px 0%;
	font: 100% Arial, sans-serif;
	color: #000000;
}

td.cent {
	text-align: center;
}

td.right {
	text-align: right;
}

td.footer {
	text-align: center;
	font-size: 80%;
}

hr {
	width: 75%; color: #339999; height: 3px; text-align: center;
}

a:link { text-decoration: underline; font-weight: bold; color: #339999; }
a:visited { text-decoration: underline; font-weight: bold; color: #339999; }
a:hover { text-decoration: underline overline; font-weight: bold;
background: #339999; color: #000000; }
a:active { text-decoration: underline; font-weight: bold; color: #339999; }

b {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
}

OL OL { list-style: upper-alpha }
OL OL OL { list-style: lower-alpha } 

