/* CSS Document */


<link href="style.css" rel="stylesheet" type="text/css">

body {
	font-family: "Andale Mono";
	color: #CCCCCC;
	text-align: center;
	font-size: 12px;
}
a {
	font-family: "Andale Mono";
	font-size: 12px;
	color: #CCCCCC;
}
a:link {
	font-family: "Andale Mono";
	font-size: 12px;
	color: #CCCCCC;
}
a:visited {
	font-family: "Andale Mono";
	font-size: 12px;
	color: #999999;
}
a:hover {
	font-family: "Andale Mono";
	font-size: 12px;
	color: #666666;
}
.left {
	float: right;
}

.red {
color:#FF3300
   }
   
   
.pink {
color:#FF9999
}