body {
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
	width:550px;
	margin:0px auto;
	border-left:1px dotted black;
	border-bottom:1px dotted black;
	border-right:1px dotted black;
	padding:20px;
}

a {
	color:red;
}

h1 {
	font-size:2em;
}

.uppercase {
	text-transform:uppercase;
}

.sep {
	border-bottom:1px dotted black;
	height:1px;
	margin:20px 0px;
}
