body
{
	margin-left: 3em;
	width: 750px;
	background-color: #3399ff;
	color: #ffffff;
}

.mytext
{
margin-left: 1em;
}

table
{
	width: 750px;
	border: 1px solid white;
}
td 
{	
	text-align: left;
	border: 1px solid white;	
}
th
{
	text-align: left;
}

.links
{
	position: relative;
	width: 250px;
	padding: 3px;
	font-size: 12pt;
	font-weight: bold;
	border: thin solid white;
}

div.one
{
 position:relative;
 top:50px;
 left:-150px;

}

h1
{
	color: #800080;
	font-family: "sansserif";
	font-weight: bold;
	font-size: 1.5em;
}
h2
{
	color: #800080;
	font-family: "sansserif";
	font-weight: bold;
	font-size: 1.25em;
}
h3
{
	color: #800080;
	font-family: "sansserif";
	font-weight: bold;
	font-size: 1em;
}
h4
{
	color: #800080;
	font-family: "sansserif";
	font-weight: bold;
	font-size: .8em;	
}
h5
{ 
	color: #800080;
	font-family: "sansserif";
	font-weight: bold;
	font-size: .6em;	
}
h6
{
	color: #800080;
	font-family: "sansserif";
	font-weight: bold;
	font-size: .5em;	
}

ol ol ol li
{
    list-style: lower-alpha
}
ol ol li
{
    font-weight: normal;
    list-style: decimal;
    padding-top: 0em
}
ol li
{
    font-weight: bold;
    list-style: upper-roman;
    padding-top: 1em
}

ul ul ul li { list-style: circle;}
ul ul li { list-style: square;}
ul li { list-style: disc;}
