a.mainMenu:link,a.mainMenu:visited {
	display: block;
	font-family: Comic Sans MS;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	text-align: center;
	color: lightgrey;
	background-color: black;
	text-decoration: none;
}
a.mainMenu:hover,a.mainMenu:active {
	color: black;
	background-color: white;
}

a.tenReasons:link,a.tenReasons:visited {
	font-family: Comic Sans MS;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: darkred;
	text-decoration: none;
}
a.tenReasons:hover,a.tenReasons:active {
	color: red;
	background-color: white;
}

.tenReasons {
	font-family: Comic Sans MS;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: darkred;
	text-decoration: none;
}

frame.frameBorder {
	border-style:ridge;
	border-width:3px;
}

body {
	margin:0;
	padding:0;
}

body.header {
	background-image:url('images/headerBackground.jpg');
	/*background-repeat:no-repeat;*/
} 

body.background {
	background-image:url('images/background.jpg');
}
