/* Global
----------------------------------------------- */
body, td, tr, th {
	color:#949494;
	font:8pt Arial, sans-serif;
	letter-spacing:1px;
}
body {
	text-align:center;
	margin:0;
	padding:50px;
}

#anniversary {
	background-color:#B3D9FF;
}

#fettish {
	background-color:#fff;
}

#zelenkamatch {
	background-color:#FFCCCC;
}

/* Links
----------------------------------------------- */
#anniversary a:link, #anniversary a:visited, #anniversary a:active {
	text-decoration:none;
	font-weight:bold;
	color:#389CFF;
}
#anniversary a:hover {
	color:#005EBD;
}

#fettish a:link, #fettish a:visited, #fettish a:active {
	text-decoration:none;
	font-weight:bold;
	color:#00B88A;
}
#fettish a:hover {
	color:#008563;
}

#zelenkamatch a:link, #zelenkamatch a:visited, #zelenkamatch a:active {
	text-decoration:none;
	font-weight:bold;
	color:#FF3366;
}
#zelenkamatch a:hover {
	color:#B8002E;
}



/* Fancy typo
----------------------------------------------- */
.disclaimer {
	font-size:7pt;
}
.important {
	font-weight:bold;
}
.notes {
	font-size:7pt;
}
