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

#content-container {
	width: 568px;
	margin-right: auto;
	margin-left: auto;
	}

h1 {
text-align:justify;
	font-family:"Courier New", Courier, monospace;
	font-size: 1em;
	color:#ff6699;
	margin-top:.9px;
	margin-bottom:-10px;
	}

h1.mailinglist {
text-align:center;
	font-family:"Courier New", Courier, monospace;
	font-size: .9em;
	color:#ff6699;
	margin-top:10px;
	margin-bottom:-10px;
	}


p.content {
	text-align:justify;
	font-family:"Courier New", Courier, monospace;
	font-size: .9em;
}

p.content_centered {
	text-align:center;
	font-family:"Courier New", Courier, monospace;
	font-size: .9em;
}

p.footer {
	text-align:center;
	font-family:"Courier New", Courier, monospace;
	color:#CCCCCC;
	font-size: .50em;
}

a.pinklink {
color:#ff6699;
text-decoration: none;}

a:hover.pinklink {
color:#ff6699;
text-decoration: underline;}

a.blacklink {
color:#000000;
text-decoration: none;}

a:hover.blacklink {
color:#000000;
text-decoration: underline;}

a.greylink {
color:#CCCCCC;
text-decoration: none;}

a:hover.greylink {
color:#CCCCCC;
text-decoration: underline;}

a.blackbackground {
color:#FFFFFF;
background-color:#000000;
text-decoration:none;
}
a:hover.blackbackground {
color:#FF99FF;
background-color:#000000;
text-decoration:none;
}