/* ----- sample1.css  ----- */

body{
	background-color: #FFFFFF;
}

/* ----- This section defines how links will look  ----- */

a:link { 
font-family: Verdana,Helvetica,sans-serif; 
font-size: 14px; 
font-weight: bold; 
color: blue; 
text-decoration: underline; 
padding-bottom: 3px;
} 

a:visited { 
font-family: Verdana,Helvetica,sans-serif; 
font-size: 12px; 
font-weight: bold; 
color: blue;  
text-decoration: underline; 
} 



a:active { 
font-family: Verdana,Helvetica,sans-serif; 
font-size: 12px; 
font-weight: bold; 
color: blue; 
text-decoration: underline; 
}


/* ----- This section defines how bulleted list will look  ----- */

ul { 
font-family: Verdana,Helvetica,sans-serif; 
font-size: 12px; 
font-weight: normal; 
color: #000080;
text-align: left;
} 

/* ----- This section defines how heading and paragraph text will look  ----- */

h1 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #CC0033;
	text-align: center;
 } 

h2 { 
font-family: Verdana,Helvetica,sans-serif; 
font-size: 24px; 
font-weight: bold; 
color: #CC0033;
text-align: left;
} 

h3 { 
font-family: Verdana,Helvetica,sans-serif; 
font-size: 14px; 
font-weight: bold; 
color: #CC0033;
text-align: center;
} 

p { 
font-family: Verdana,Helvetica,sans-serif; 
font-size: 10px; 
font-weight: normal; 
color: black;
text-align: left;
} 

td.chart {text-align:center}
