<style type="text/css">
body {font-family: Georgia, Verdana, Ariel, sans-serif;
}
P {font-family: Georgia, Verdana, Ariel, sans-serif;
}
I {font-family: Georgia, Verdana, Ariel, sans-serif;
}
B {font-family: Georgia, Verdana, Ariel, sans-serif;
}
h1, h2, h3, h4, h5 {font-family: Georgia, "Times New Roman", serif;}
li {font-family: Georgia, "Times New Roman", serif; font-size: 100%;}
A:link  { color:#0066FF; }
A:vlink { color:#0066FF; }
A:alink { color:#0066FF; }
A:hover { color:#0066FF; }
a img {border: none; }
table.sample {
	border-width: 0px;
	border-spacing: ;
	border-style: outset;
	border-color: orange;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 1px;
	padding: 5px;
	border-style: dashed;
	border-color: orange;
	background-color: rgb(255, 250, 250);
	-moz-border-radius: ;
}
table.sample td {
	border-width: 1px;
	padding: 5px;
	border-style: dashed;
	border-color: orange;
	background-color: rgb(255, 250, 250);
	-moz-border-radius: ;
}
table.video {
	border-width: 0px;
	border-spacing: ;
	border-style: outset;
	border-color: purple;
	border-collapse: collapse;
	background-color: white;
}
table.video th {
	border-width: 1px;
	padding: 5px;
	border-style: dashed;
	border-color: purple;
	background-color: rgb(255, 250, 250);
	-moz-border-radius: ;
}
table.video td {
	border-width: 1px;
	padding: 5px;
	border-style: dashed;
	border-color: purple;
	background-color: rgb(255, 250, 250);
	-moz-border-radius: ;
}
table.mp3 {
	border-width: 0px;
	border-spacing: ;
	border-style: outset;
	border-color: green;
	border-collapse: collapse;
	background-color: white;
}
table.mp3 th {
	border-width: 1px;
	padding: 5px;
	border-style: dashed;
	border-color: green;
	background-color: rgb(255, 250, 250);
	-moz-border-radius: ;
}
table.mp3 td {
	border-width: 1px;
	padding: 5px;
	border-style: dashed;
	border-color: green;
	background-color: rgb(255, 250, 250);
	-moz-border-radius: ;
}
table.none {
	border-width: 0px;
	border-spacing: ;
	border-style: outset;
	border-color: red;
	border-collapse: collapse;
	background-color: white;
}
table.none th {
	border-width: 1px;
	padding: 5px;
	border-style: dashed;
	border-color: white;
	background-color: rgb(255, 250, 250);
	-moz-border-radius: ;
}
table.none td {
	border-width: 1px;
	padding: 5px;
	border-style: dashed;
	border-color: white;
	background-color: rgb(255, 250, 250);
	-moz-border-radius: ;
}
table.admin {
	border-width: 0px;
	border-spacing: ;
	border-style: outset;
	border-color: brown;
	border-collapse: collapse;
	background-color: white;
}
table.admin th {
	border-width: 1px;
	padding: 5px;
	border-style: dashed;
	border-color: brown;
	background-color: rgb(255, 250, 250);
	-moz-border-radius: ;
}
table.admin td {
	border-width: 1px;
	padding: 5px;
	border-style: dashed;
	border-color: brown;
	background-color: rgb(255, 250, 250);
	-moz-border-radius: ;
}
</style>