/*
	This is a proposed base stylesheet for your web projects.
	By Florent Verschelde - http://www.covertprestige.com/
*/

/* Page */
html {
	font-size: 100%; /* Avoids IE bug with EM fonts */
}
body {
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.25;
	color: #000000;
	background-color:#000000;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0;
	font-weight: bold; /* Use "normal" instead for less bulky titles */
	font-style: normal;
}
h1 {font-size: 1.75em; padding:0 160px 0 0; font-style:italic;margin-top:0;}
h2 {font-size: 1.50em; color:#c7191f; text-decoration:none}
h3{font-size: 1.15em; color:#E70078; text-decoration:none}
h4 {font-size: 1.10em;color:#bf5153;padding:0 3px;}
h5 {font-size: 1em; font-weight: normal; font-style: italic;}


/* Lists */
ul, ol {
	margin: .75em 0 .75em 10px;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
	list-style-position:inside;
}
dl {
	margin: .75em 0;
	padding: 0;
}
dt {
	margin: .75em 0 0 0;
	padding: 0;
	font-weight: bold;
}
dd {
	margin: .25em 0 .25em 32px;
	padding: 0;
}

/* Paragraphs */
p {
	margin: .75em 0; /* Most browser defaults are "1em 0". */
}
li p, blockquote p {
	margin: .5em 0;
}
address {
	font-style: normal; /* The annoying browser default is "italic". */
}

/* Quotations */
/* These styles make quotations way more visible than default browser styles.
   Don't keep them if you want something more discrete! */
blockquote {
	margin: .75em 0 .75em 20px;
	padding: 0 0 0 10px;
	border-left: solid 2px #ccc;
}
q {font-style: italic;}
cite {font-style: italic;}
/* This is in case you want to kill automatic quotation marks:
blockquote, q {quotes: none;} */

/* Links */
a {
	text-decoration: underline;
}
a:visited {color: #cc3300;}
a:hover, a:focus, a:active {color: #CC3300;}
/* No border around images in links */
a img {border: none;}

/* Misc inline elements */
/* These are default styles in virtually any browser */
em {font-style: italic;}
strong {font-weight: bold;}
del {text-decoration: line-through;}
.center{text-align:center};
/* Forms */
form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input, button, select {
	vertical-align: middle;
}
/* Kinda experimental:
input[type="text"], textarea {
	font-size: 100%;
	font-family: inherit;
}
label {
	-moz-user-select: none;
	-webkit-user-select: none;
}*/
