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

body{
	background-color: #9E3131;
	font-family: Helvetica, Arial, Sans-Serif;
}

.centered{
text-align:center;	
}

p.dotted{
	border-width:5px;
	border-style:dotted;
	border-color:#FFEF08;
	padding:10px;
	}
	
	

h1{
	font-size: 20px;
	text-align:center;
	text-transform:uppercase;
}

#container{
	width:960px;
	border-style:solid;
	border-color:black;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
}
	
a{
color: #FFEF08;	
}

p{
text-align: left;	
}

#up {
text-transform:uppercase;	
}

h5{
font-size: 16px;	
}
