body{
font-family:trebuchet,tahoma,verdana,arial;
font-size:14px;
background-image:url('images/bg.png');
}

a
{
	font-weight:bold;
	border-bottom:1px dotted black;
	text-decoration:none;	
	color:#333;
}

a:hover
{
	border-bottom:1px dotted transparent;
}

.textbox
{
font-size:35px;
border:1px solid #444;
color:#777;
background-color:transparent;
text-transform:uppercase;
}

.textbox:focus
{
	color:black;
}

.submit
{
font-size:35px;
}

.flink{
text-decoration:none;
font-weight:bold;
color:#333;
font-size:20px;
border-bottom:2px dotted #333;
}

.flink:hover{
border-bottom:2px dotted transparent;
}


.content{
width:840px;
padding:20px;
background: rgba(0, 0, 0, 0.075);
margin-top:100px;
margin-bottom:10px;
text-align:left;
}

