/* 
Standard Style Sheet for Denver Sleep Inn 
Created by Tim at TCD Web on 11-29-01
Modified for Basia on 12-01-01 
	Include Italics for H2
	No Deorations on Links
	- End Modification
*/

BODY {
	font-family : Arial;
	font-size: 16pt;
	text-align: left;
	color : Blue;
}

A {
	text-decoration: none;
	color: Olive;
}

A:Hover {
	text-decoration: underline;
	color: Maroon;
}

H1 {
	font-size: 16pt;
	color : Green;
	font-family : "MS Sans Serif", Geneva, sans-serif;
}

H2 {
	font-size: 18pt;
	
}

H3 {
	font-size: 16pt;
	
}

H4 {
	font-size: 14pt;
	font-weight: bold;
	
}

H5 {
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
}

H6 {
	font-size: 10pt;
	font-style: normal;
}

H7 {
	font-size: 8pt;
	font-style: normal;
}

TD {
	font-size: 16px;
	text-align: left;
	color : Blue;
}

TH {
	font-size: 16px;
	text-align: center;
	color : Blue;
}

HR {
	color: Aqua;
	height:2pt;
	width: 75%;
	align="center"
}

FORM
{
	color: Green;
}
