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:24px;
	background-color: #000;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	border-color: #000;
	outline-color: #000;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}

body {
	width:100%;
	color:#333; /* Change this to whatever color you want your default font to be . */
	font-family:Helvetica, sans-serif; /* Change this to whatever font you want your default... font... to be. */
	font-size:12px; /* Default font size. You can change to 'em' if you wish. */
	margin:0;
	padding:0;
}

ol, ul {
	list-style:none;
}

.clear{
	clear:both;
}

a, a:visited {
	color:#990000; /* change this to whatever color you want your default links to be. */
	text-decoration:none;
	outline:none;
}

a:hover, a:active {
	color:#333; /*change this to whatever color you want your links to be when hovered over */
	text-decoration:none;
	font-size: 12px;
}



/**_main_page_**/

#page-container {
	overflow:hidden;
	width:851px;
	margin:auto;
	background-color:#000; /* Color of background for the main centered part. */
	position:relative;
	color: #000;
	border-color: #000;
	outline-color: #000;
}


/**_header_**/

#header {
	width:851px;
	height:555px;
	margin:0 0 5px; /* Leaves 5 pixels of space between the header and the columns. Remove if you wish. */
	background-color:#000; /* Just to show you where the header is. Remove this. */
	position:relative;
}

#columns-container {
	overflow:hidden;
	width:851px;
	margin:0 0 5px; /*leaves 5 pixels of space between the columns and the footer. Remove if you wish. */
	position:relative;
}

#left-column {
	width:425px;
	margin:0 1px 0 0;
	background-color:#FFF; /* Just to show you where the left column is. Remove this. */
	position:relative;
	float:left;
}

#right-column {
	width:851px;
	margin:0;
	background-color:#FFF; /* Just to show you where the right column is. Remove this. */
	position:relative;
	float:left;
}

#footer {
	overflow:hidden;
	min-height:50px;
	width:851px;
	background-color:#eee; /* Just to show you where the footer is. Remove this. */
	position:relative;
}
Protip {
	font-size: 10px;
	font-style: normal;
	text-decoration: underline;
}
#page-container #columns-container #right-column p {
	color: #FFF;
	font-size: 16px;
}
