﻿/*************************************************/
/*                General elements               */
/*************************************************/

/* Background style */
body 
{
    background-color: #aaa09a;
	background-image: url(0bckgrnd.png);
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-position:center center;
	font-family:Verdana;
	font-size: small;
}

.wrap {width:800px; margin-left:auto; margin-right:auto;}

/* Fix for Firefox scrollbar shift: Visible vertical scrollbar which disables correctly and allows normal horizontal scrollbar behaviour. */
html {overflow-y: scroll !important;}

/* Colors */
ul {list-style-type: square; margin-left: -1.2em; margin-top: 0.2em;}

.Y {color: #EEBB00;}
.B {color: #0066FF;}
.R {color: #DE1818;}
.G {color: #087B39;}

