/* 
    Document   : stylesheet
    Created on : Jun 26, 2012, 9:56:01 PM
    Author     : Chat
    Description:
        Global stylesheet.
*/

/* Get rid of browser specific styles */
* {
	margin: 0;
}

root { 
    display: block;
}

body {
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: black;
}

h1 {
	text-transform: uppercase;
	
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	color: blue;
}

h2, h3 {
	text-transform: uppercase;
}

p {
	color: blue;
}

/* Page sections */
#header {
	margin: 0 auto;
}

#container {
	margin: 0 auto;
}

#footer {
	margin: 0 auto;
}

/* Page elements */