a:link       { color: purple; font-family: candara; font-size:small;font-weight:bold; text-transform: capitalize}
a:visited    { color: purple; font-family: candara; font-size:small;font-weight:bold}
body         { font-family: Verdana; font-size: smaller}
p            { font-family: Verdana; font-size: smaller }
h2           { font-family: Verdana; font-size: smaller; text-transform: capitalize; 
               margin-left: 40; margin-top:0; text-indent:-36 }
h1           { font-family: Verdana; font-size: x-large; text-transform: capitalize; 
               margin-left: 0; margin-top:0; text-indent:0 }

h3           { font-family: verdana; font-size: smaller; text-transform: none; 
               margin-left: 56; margin-top:0; text-indent:-36; font-weight: 400 }
               
h4           { font-family: verdana; font-size: small; text-transform: none; 
               margin-left: 56; margin-top:0; text-indent:-36; font-weight: 400 }               
               
textarea     { text-indent: 0; margin-left: 51 }

a:hover { font-family:candara;
color:red;
background-color: white}

#span1 {
  font-size: x-small;
  color: none;
  font-weight:normal;
  text-transform: none;
}

#span2 {
  font-size: x-small;
  font-style: italic;
  color: none;
  font-weight:normal;
  margin-left:0;
  text-transform: none;
}

#span3 {
  font-size:0.4em;
  color:magenta
}

<style type="text/css">
table.first {
	border-width: 0px 0px 0px 0px;
	border-spacing: 5px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
table.first th {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.first td {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
</style>

<table class="first">
<tr>
	<th>Header</th>
	<td>Content</td>
</tr>
</table>
