table#sample {
	background-color:#FFFFFF;
	border: solid #000 2px;
	width: 800px;
	
}

table#sample td {
    padding: 5px;
    border: solid #000 0px;

}

.data {
    text-align: center;
    color: #000000;

}

.toprow {
	font-style: italic;
	text-align: center;
	background-color: #FFFFFF;
	font-size: xx-large;
	color: #CCFF00;
}

body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-size: 13px;
}

body, th, td, input, textarea, select, option {
	font-family: Comic Sans MS;
}

h1, h2, h3 {
	font-weight: normal;
	color: #3AA0B9;
	text-decoration: underline;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
	text-decoration: underline;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
	border-left-color: #F0F0F0;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #CCFF00;
}

a:hover {
	text-decoration:none
	color: #EB42A3;
}
