/* CSS Document */

/*Reset Css*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*body*/
body {
	background: #000 url(images/IndexBg.png) repeat-y top right scroll;
}

/*positioning*/
#Content {
margin: 0;
padding: 0 10px 1em 10px;
background: #000;
color: #FFF;
width: 29.2em;
height: 100%;
text-align: justify;
}

/*Text Decoration*/
h1 {
font-family: Georgia, "Times New Roman", Times, serif;
margin: 0 0 1.4em 0;
font-weight: bold;
}

p {
font: small Geneva, Arial, Helvetica, sans-serif;
margin: 1em 0 0 0;
}

a:link {
text-decoration: none;
color: #fff;
}

a:visited {
text-decoration: none;
color: #fff;
}

a:active, a:hover {
text-decoration: none;
color: #FE0E9E;
}

/*Classes*/
.biggest {
font-size: 20.1em;
line-height: 0.74em;
font-style: italic;

}

.bigger {
font-size: 10.4em;
line-height: 1em;
font-style: italic;

}

.big {
font-size: 2.6em;
line-height: 0.4em;
}

strong {
	font-style: italic;
	font-weight: bold;
}

.enterText {
	margin: 0;
	font: italic normal bold 4.78em Georgia, "Times New Roman", Times, serif;
}

.note {
 color: #666;
 padding: 0.2em 0 0.2em 0;
 font: xx-small Verdana, Arial, Helvetica, sans-serif;
 width: auto;
}

