body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	text-align:center;	
	background-color:#2D1068;
	color:#FFFC04;
	background-image: url(./img/bg.jpg);
	background-repeat:repeat;
}

#infoentry{
	font-family:'Comic Sans MS', sans-serif;
	font-size:14pt;
	padding-left:50pt;
	text-align:left;
}

#entry{
	font-family:'Comic Sans MS', sans-serif;
	font-size:14pt;
}

#entryt h1{
	font-size:24pt;
}

#entry table{
	table-layout:fixed;
	border: 3pt solid #CCCCCC;
	border-collapse:collapse;
	width: 90%;
}
#entry td{
	text-align:center;
	border: 2pt solid #444444;
}

a{
	color:#FF0000;
}

#entry textarea{
	width:300px;
	height:150px;
}

#entry input{
	width:300px;
}
