right small cap
	{
	font-variant: small-caps;
	text-align: right;
	position: absolute;
	float: right
	}
left small cap
 	{
	font-variant: small-caps;
	text-align: right;
	position: absolute;
	float: left
	}

body
	{
	background: #fff;
	margin: 10;
	font-size: 1em;
	}
a:link
	{
	color: purple;
	}
a:visited
	{
	color: #6b4395;
	}
.class
	{
	color: #800080;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline
	}
h1 
	{
	color: #800080;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	margin: 0;
	}
h3
	{
	color: #000;
	font-size: 1.2em;
	text-decoration: underline;
	font-weight: bold;
	margin: 0;
	}
.style1
	{
	font-style: italic
	}
.center
	{
	display: block;
	margin-left: auto;
	margin-right: auto
	}
.nav
	{
	font-size: 1.3em;
	color: purple;
	font-weight: bold;
	margin: 0;
	font-style: italic;
	}
.header
	{
	font-weight: bold;
	font-style: italic;
	}
