.basecss {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #111111;
}

p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: black;
}

h1 {
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, serif;
    font-style: italic;
	font-size: 16px;
    color: black;
    background-color: transparent;
}

h2 {
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, serif;
    font-style: italic;
	font-size: 18px;
    color: black;
    background-color: transparent;
}

h3 {
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, serif;
    font-style: italic;
	font-size: 24px;
    color: black;
    background-color: transparent;
}

 
a:link {color: #665544;} 
a:visited {color: #333344;} 
a:active {color: #000000;} 
a:hover {color: #ffffff;} 

