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

body {
	margin: 0;
	background:url(images/bg.jpg) repeat center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #000;
}

#main {
	background: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.content {
	padding: 25px;
}

.footer {
	font-size: 10px;
	padding: 10px;
}

.pink {
	color: #f0f;
}

.pink h2 {
	color: #000;
}

.pink a {
	color: #f0f;
}

.pink a:hover {
	text-decoration: none;
}

a:link
{color:#666666;
text-decoration: none;
boarder:  none;
text-transform: uppercase;}


a:hover
{color:#000000;
text-decoration: none;
text-transform: uppercase;} 

a:visited
{text-decoration: none;
text-transform: uppercase;}

a:visited:hover
{text-decoration: none;
text-transform: uppercase;}

