﻿pre 
{
 overflow: hidden; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
 white-space: pre-wrap; /* css-3 */
 white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
 white-space: -pre-wrap; /* Opera 4-6 */
 white-space: -o-pre-wrap; /* Opera 7 */
 width: 99%; 
 word-wrap: break-word; /* Internet Explorer 5.5+ */
 padding-bottom:25px;
 font-family:Sans-Serif; 
 float:left;
 font-size:small;
 font-weight:bold;
}

body
{
	font-family:Sans-Serif;
	margin: 0px 0px 0px 0px;
}

.header
{
	text-align:center;
	font-weight:bolder;
	font-family:Sans-Serif;
	font-size:larger;
}
	
.small-text
{
	font-size:x-small;
	
}

.title
{
	font-size:medium;
	font-weight:bold;
	text-decoration:none;
}

.description 
{
	font-size:smaller;
	font-weight:bold;
}

.ImageAlt
{
	font-size:xx-small;

}
.Footer
{
	font-size:small;
	font-weight:bold;
	font-family:Sans-Serif;
	text-align:center;
}
a
{
	text-decoration:none;
	color:Black;
}
