html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/**************** End Reset ************************/


body {
	color: #666;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    margin: 0;
	padding:0;
	background: #ddd;
}

#background_image {
	position:fixed;
	top:0px;
	right:0px;
	width:100%;
	height: 360px;
	z-index:-1;
	background: #eee;
	background: -moz-linear-gradient(top,  #eee 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top,  #eee 0%,#dddddd 100%);
	background: -o-linear-gradient(top,  #eee 0%,#dddddd 100%);
	background: -ms-linear-gradient(top,  #eee 0%,#dddddd 100%);
	background: linear-gradient(to bottom,  #eee 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#dddddd',GradientType=0 );
}

.content {
	padding: 20px 30px 30px 30px;
	margin: 0px auto 40px auto;
	width: 700px;
	background-color:#fff;
	-webkit-border-radius: 14px;
	border-radius: 14px; 
	-webkit-box-shadow:  5px 5px 10px 1px #bbb;
    box-shadow:  5px 5px 10px 1px #bbb;
}

p {
	line-height: 1.5em;
	margin: 10px 0 15px 0;
	text-align: justify;
}

.bold {
	font-weight: 700;
}

.centered {
	text-align: center;
}

h1 {
	font-size: 2.5em;
	margin: 5px 0 10px 0;
}

h2 {
	font-size: 2em;
	margin: 20px 0 15px 0;
}

h3 {
	font-size: 1.5em;
	font-weight: 700;
	margin: 20px 0 10px 0;
}

h4 {
	font-size: 2.5em;
	font-weight: 700;
	margin: 25px 0 15px 0;
}

ul {
	line-height: 1.5em;
	margin: 10px 0 10px 30px;
	list-style-type: circle;
	list-style-position:inside;
}

/******************** tables ********************/
.grid
{
	border-collapse: collapse;
	border: 1px solid #bbb;
	line-height: 150%;
	margin: 10px 0 20px 0;
}

.grid th {
	padding: 8px;
	font-weight: bold;
	text-align: center;
	background: #ddd;
	background: -moz-linear-gradient(top, #dddddd 25%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,#dddddd), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top, #dddddd 25%,#cccccc 100%);
	background: -o-linear-gradient(top, #dddddd 25%,#cccccc 100%);
	background: -ms-linear-gradient(top, #dddddd 25%,#cccccc 100%);
	background: linear-gradient(to bottom, #dddddd 25%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#cccccc',GradientType=0 );
	border: 1px solid #aaa;}

.grid td {
	padding: 8px;
	background: #eee;
	border: 1px solid #bbb;}

/***************************************************/
.ghetto {
	font-family: 'Permanent Marker', cursive;
	color: #333;
}

.frat {
	font-family: 'Graduate', cursive;
	color:blue;
	/*
	text-shadow: 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black;
	*/
}

.prison {
	font-family: 'Black Ops One', cursive;
	color: black;
	background-color: orange;
	display:inline;
	padding: 1px 5px 0 5px;
	border: 1px solid black;
}

.pro {
	font-family: 'Marck Script', cursive;
	/*
	color: yellow;
	text-shadow: 0px 0px 2px #000,0px 0px 4px #000,0px 0px 8px #000,0px 0px 16px #000;
    filter: dropshadow(color=#000000, offx=0, offy=0);
	*/

	color: #f44;
		text-shadow:
		0px 1px 0px #a99,
		0px 2px 0px #e88,
		0px 3px 0px #d77,
		0px 4px 0px #c66,
		0px 5px 0px #b55,
		0px 6px 0px #a44,
		0px 7px 0px #933,
		0px 8px 7px #001135;
}
