@charset "UTF-8";
/* CSS Document */


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

body
{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color: white;
	background-color: #252525;
	background-image: url(images/bg1.png);
	background-repeat: repeat-x;
	font-size: 12pt;
}

.photo {
	margin:20px;
	padding:2px;
	border-color: #151515;
	border-style:groove;
	border-width: 5px;
}

.fg
{
	color: #F60;
}

.link
{
	color: #F60;
}

.center {
	text-align:center;
}

a:link {
	color: #F60;
}

a:visited {
	color: #F60;
}

a {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: underline;
}

h1 {
	font-size:18pt;
	color: #f60;
}

h2 {
	font-size:18pt;
	font-style:italic;
	color: #F90;
}