/* Generic Selectors */

body {

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


font-size: 13px;

color: #515254;

background-color: transparent;

background-attachment: fixed;
margin-left: 0px;
}

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

li {

list-style-type: none;

line-height: 150%;



}

h1 {

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

font-size: 13px;

font-weight: normal;

color: #333333;

}

h2 {

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

font-size: 13px;

font-weight: normal;

color: #333333;



}

 

/**************** 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;

}
