html,body {
background-color : #FFFFFF; 
}

p,ul,li,td {
font-size : 14px; 
font-family : Arial Narrow, sans-serif;
color: #000000; 
background-color : white; 
}

h1 {
font-size : 14px; 
font-family : Arial Narrow, sans-serif;
font-weight:lighter;
color: #ff6600; 
text-align: center;
}

h2 {
font-size : 14px; 
font-family : Arial Narrow, sans-serif;
font-weight:lighter;
color: #999999;
text-align: center;
}
h3 {
font-size : 34px; 
font-family : Arial Narrow, sans-serif;
font-weight:100;
color: #ff6600;
text-align: center;
}
table{
border-style:none;
}
td {
border-style:none;
border-color:#000000;
}

a:link {color: #ff6600; text-decoration:none;}
a:visited {color: #ff6600; text-decoration:none;}
a:hover {color:#cc3300; text-decoration:none;}

