/* CSS Document */

<style type="text/css">
body {
	background-color: #D0D5EC;
}

body,td,th {
	font-family: Tahoma, Georgia;
}
.coupon {
	border: medium dashed #FF0000;
	width: 80%;
	padding: 10px;
}

A.large:Link {
	Color: #0033CC;
	Text-Decoration: Underline;
	Font-Family: Verdana, Arial, Tahoma; Font-Size: large; Font-Weight: Bold;
}
A.large:Visited {
	Color: #0033CC;
	Text-Decoration: Underline;
	Font-Family: Verdana, Arial, Tahoma; font-size:large; Font-Weight: Bold;
	
}
A.large:Active {
	Color: #0033CC;
	Text-Decoration: Underline;
	Font-Family: Verdana, Arial, Tahoma; font-size:large; Font-Weight: Bold;
}
A.large:Hover {
	Color: #0033CC;
	Text-Decoration: Underline;
	Font-Family: Verdana, Arial, Tahoma; font-size:large; Font-Weight: Bold;
}


.subhead {
	font-size:medium;
	font-weight:bold;
	font-family:Tahoma, Georgia;
	text-align:center;
}

h1 {
	font-family: Tahoma, Georgia;
	color: #FF0000;
	font-weight: bold;
	font-size: xx-large;
	text-align:center;
}
 h2 {font-size:large;
 }

h3 {font-size:large;
}

p {font-size:medium;
}

li {font-size:medium;
}

.highlight {
	background-color: #FFFF00;
	font-weight:bold;
}


.redlarge {
	font-family: Tahoma, Georgia;
	 color: #FF0000;
	 font-weight: bold;
	 font-size: 24px;
	 text-align:center;
}

.redbold {
	color: #FF0000;
	font-weight:bold;
}

.quotebox2 {
	background-color:#FFF8C6;
	border: thin solid #000000;
	width: 550px;
	padding: 5px;
}

.quotebox3 {
	background-color:#FFF8C6;
	padding: 5px;
	border: thin solid #000000;
}
.largeline {
	font-size: xx-large;
	font-weight: bold;
	font-family: Tahoma, Georgia;
	text-decoration: line-through;
}

.boldline {
	text-decoration: line-through;
	font-weight:bold;
}
.largered2 {
	font-family: Tahoma, Georgia;
	font-size: x-large;
	color: #CC0000;
	font-weight: bold;
}
.boldlarge3 {font-weight: bold;
 	font-size: x-large;
}

.small {font-size: small}
</style>

