/* Generic Selectors */

body {
	font-family: Geneva, Arial, san-serif;
	font-size: 13px;
	color: #4F5052;
	background-color: transparent;
	background-attachment: fixed;
	margin-left: 0px;
	text-align: center;
}

p {
	width: 100%;
	background-attachment: fixed;
	font: Geneva;
	font-size: 13px;
	text-align: center;
}

li {

list-style-type: none;

line-height: 150%;



}

h1 {

font-family: Geneva, Arial, san-serif;

font-size: 13px;

font-weight: normal;

color: #4F5052;

}

h2 {

font-family: Geneva, Arial, san-serif;

font-size: 13px;

font-weight: normal;

color: #4F5052;



}

 

/**************** Pseudo classes ****************/

a:link {

color: #c10017;

text-decoration: underline;

font-weight: normal;

}

li :link {

color: #c10017;

text-decoration: underline;

font-weight: normal;

}

a:visited {

color: #c10017;

text-decoration: underline;

font-weight: normal;

}

li a:visited {

color: #c10017;

text-decoration: underline;

font-weight: normal;

}

