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

body {
background-color:#ccccff;
background-image:url(images/orange_peace_signs_on_black_background_seamless.jpg);
}

a:link {
	color: #9900CC
}
a:visited {
	color: #9900cc;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #33FFFF;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	line-height:10px;
	color:#FFFFFF;
}
	