body{
	background-color: black;
	background-image: url(../images/backgrounds/1024x768.jpg);
	background-repeat: no-repeat;
	background-position : bottom left;
	background-attachment : fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

.homepage{
	font-size:15pt;
}

.title{
	font-size: 14pt;
	font-family: arial;
}
.pagetitle{
	font-size: 20pt;
	font-family: arial;
	font-weight: bold;
	font-color: gray;
}

A.Samples{
	color:white;
	font-family: arial;
}

A.Samples:visited{
	color:white;
	font-family: arial;
}

table{	
	font-size: 15px;
	line-height: 19px;
	color: white;
}

hr{
	width: 490px;
	align: center;
}

a:link{
	color: white;
}

a:visited{
	color: white;
}

a:hover{
	color: magenta;
}

#thumbnail{
	border-width: 1px;
	border-style: solid;
	border-color: white;
	*/margin:5px;/*
}