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

body
{
	font-family:"Courier New", Courier, monospace;
	text-align:center;
	margin:5%;
	padding:0;
	color:#000000;
	background:#FFFFFF;
}
a {
text-decoration:none;
color:#000000;
}

p.top {
	font-size: xx-large;
}

p.notTop {
	font-size: medium;
}

.topRed {
	font-size: xx-large;
	color: #FF0000;
}

.image {
	position: relative;
	padding: 25px;
}
