/**
 * @file style.css Raypovey.com main stylesheet.
 * @author Marcus Povey
 * @version 2.0
 */

body {  
	color: #000000;
        background-color: #ffffff;
	padding : 0;

	margin-top: 5px;
        margin-right: 5px;
        margin-left: 5px;
	margin-bottom: 5px;

	text-align: center;
}

a:link {
        text-decoration: none;
        color: blue;
        text-decoration: underline;
}

a:active {
        color: red;
        text-decoration: underline;
}

a:visited {
        color: gray;
        text-decoration: none
}

a:hover {
        color: red;
        text-decoration: underline;
}

#introsplash {
	margin: 0 auto;
	width: 550px;
}

#splash_left {
	text-align: left;
}

#splash_center {
	text-align: center;
}

#splash_right {
	text-align: right;
}

#main {
	margin: 0 auto;
        width: 90%;
}

#page {
	text-align: justify;
}

#title {
	font-size: 72px;
}

#maintitle {
	font-size:100px;
	text-align: center;
}

#navbar {
	margin-top: 5px;
	text-align:center;
}

#copyright
{
        margin-top: 5px;
        text-align: center;
        font-size: x-small;
	color: grey;
}

#copyright a:link {
	color: black;
}
