/* style sheet for www.anonimouse.co.uk			*/
/* Developed by Antigravity Systems     		*/
/* www.antigravity-systems.com                  */

/* Document any new styles here  */
/* Created 270506                               */


body {
	background: #eee;
	text-align: center;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight : bold;
	color:#333;
}
.page{
	text-align: center;
	width: auto;
	margin: 0 auto 0 auto;
	clear : both;
	float : none;
	padding : 0 auto 0 auto;
	position : fixed;
}
img {
	border: none;
}
select{
	margin:5px 0 10px 0;
	font-weight: bold;
	color:#333;
	background:#fef;
}
a:link,
a:visited,
a:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#333;
	text-decoration:underline;
	border:0px;
}

.plink {
	color:#d07;
}

.letgo{
	font-size : 125%;
	text-decoration:underline;
}
textarea{
	margin:10px 0 10px 0;
	font-family : Arial, Helvetica, sans-serif;
	width: 400px;
	height: 300px;
	font-weight: bold;
	color:#333;
	background:#fef;
}

p{
	width:400px;
	margin: 1em auto 1em auto;
}

#nav {
	border-top:1px solid #333;
	margin:20px auto 0 auto;
	padding: 20px 0 0 0;
	clear:both;
	width : 400px;
}
html>body #nav {
	border-top:1px solid #eee;
	margin:40px auto 0 auto;
	padding: 20px 0 0 0;
	clear:both;
	width : 400px;
}
input{
	margin:5px 0 0px 0;
	font-weight: bold;
	color:#fef;
	background:#333;

}
.left {
	float:left;
}

.right {
	float:right;
}

.box{
	width:200px;
}

.row {
	width: 400px;
	clear: both;
	margin:15px auto 0 auto;
}

h2{
	margin: 0 0 0 0;
}