/* Plāstics Espelt "Cascading Style Sheets" */

body
{
	font-family: "Times New Roman", Times, serif ;
	background-color: white ;
	margin: 20px ;
	text-decoration: none ;
	color: #000000 ;
}

.blur
{
	background-image: url(../img/degradat.png);
	background-repeat: repeat-y ;
}

p, li
{
	text-align: left;
}

.courier
{
	font-family: "Courier New", Courier, monospace ;
}

td
{
	text-align: center ;
	vertical-align: middle ;
	border: 0 ;
}

h1
{
	text-align: center ;
}

table
{
	border: 0px ;
	text-align: center ;
}

img
{
	border: 0px ;
}

a:link
{
	text-decoration: none ;
	color: blue ;
}  

a:visited
{
	text-decoration: none ;
	color: blue ;
}  

a:hover
{
	text-decoration: underline ;
	color: lime ; 
}

a:active
{
	text-decoration: none ;
	color: blue ; 
}

.floatleft
{
	float: left ;
	position: relative ;
	left: 0 ;
	top: 0 ;
	bottom: 0 ;
	right: auto ;
	text-align: center ;
	vertical-align: middle ;
	border: 0 ;
	padding: 0 ;
}

.floatright
{
	float: right ;
	position: inherit;
	left: auto ;
	top: 0 ;
	bottom: 0 ;
	right: 0 ;
	text-align: center ;
	vertical-align: middle ;
	border: 0 ;
	padding: 0 ;
}