﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
}

.style1 {
	background-image: url('images/tile1.jpg');
}
.style2 {
	background-image: url('images/white.jpg');
}
.style3 {
	background-color: #000000;
}
.style4 {
	text-align: center;
}
.style5 {
	text-align: right;
}
.style6 {
	border: 1px solid #FFFFFF;
	background-color: #000000;
}
.style7 {
	font-size: 45px;
}
.style8 {
	color: #FFFFFF;
}

.style9 {
	text-align: left;
}
.style10 {
	color: #CC99FF;
}
.style11 {
	color: #FFCCFF;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #FFFFFF;
	font-weight: lighter;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: small;
	font-weight: bold;
	font-variant: small-caps;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC99FF;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC99FF;
	text-decoration: underline;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC99FF;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC99FF;
	text-decoration: none;

}
