/* standard tag styles */
/* # = class */
/* . = ID */

body { 
	/* font-size: 62.5%; */
	background-color: #F54D70;
	margin: 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #fffff;
}

#content {
	/* font-size: .8em; */
	font-size: 30px;
	color: #000000;
	font-style: italic;
	text-align: center;
}


#content2 {
	/* font-size: .8em; */
	font-size: 24px;
	color: #000000;
	font-style: italic;
	text-align: center;
}
	
#title {
	/* font-size: .8em; */
	font-size: 60px;
	color: #000000;
	font-style: normal;
	text-align: center;
}

#subtitle {
	/* font-size: .8em; */
	font-size: 36px;
	color: #000000;
	font-style: normal;
	text-align: center;
}

#pageTitle {
	/* font-size: .8em; */
	font-size: 36px;
	color: #000000;
	font-style: italic;
	text-align: center;
}

#disclaimer {
	/* font-size: .8em; */
	font-size: 14px;
	color: #000000;
	font-style: italic;
	text-align: center;
}

#disLink {
	/* font-size: .8em; */
	font-size: 30px;
	color: #000000;
	font-style: normal;
	text-align: center;
}

#nav {
	/* font-size: .8em; */
	font-size: 24px;
	color: #000000;
	font-style: normal;
	text-align: center;
}
#footer {
	/* font-size: .8em; */
	font-size: 12px;
	color: #000000;
	font-style: normal;
	text-align: center;
}

a:link {text-decoration: underline; color: black;}
a:visited {text-decoration: none; color: black;}
a:active {text-decoration: none; color: black;}
a:hover {text-decoration: none; color: gray;}


