HTML {
    font-family     : "Courier New", monospace;
    font-variant    : normal;
    font-size       : 10pt;
}

BODY {
    background      : #FFE4B5;
    color           : #000000;
    font-family     : "Courier New", monospace;
    font-variant    : normal;
    font-size       : 10pt;
	margin          : 0px 0px 0px 0px;
    padding         : 0px 0px 0px 0px;
	width           : 100%;
}

TH {
    font-family     : "Courier New", monospace;
    font-size       : 10pt;
}

TD {
    font-family     : "Courier New", monospace;
    font-variant    : normal;
    font-size       : 10pt;
}

A, A:link, A:active, A:visited {
    background      : #FFE4B5;
    color           : blue;
    text-decoration : none;
    font-weight     : bold;
}

A:hover {
    background      : #FFE4B5;
    color           : blue;
    text-decoration : underline;
    font-weight     : bold;

}

IMG {
    border          : 0px;
	max-width       : 100%;
	max-height      : 100%;
}

HR {
    height          : 2px;
}

.header {
    width           : 100%;
    height          : 60px;
}

.cam {
    background      : #FFE4B5;
    color           : #000000;
    float           : left;
    text-align      : left;
}

.navbar {
    background      : #FFE4B5;
    color           : #000000;
	width           : 340px;
    float           : right;
    text-align      : right;
}

.events {
    background      : #FFE4B5;
    color           : #000000;
    width           : 600px;
    display         : block;
    margin-left     : auto;
    margin-right    : auto;
}

.skiplinks {
    background      : #FFE4B5;
    color           : #000000;
    text-align      : center;
}

.entry {
    background      : #FFE4B5;
    color           : #000000;
    text-align      : left;
	width           : 100%;
	padding         : 0px 10px 0px 10px;
}

.postinfo {
    background      : #FFE4B5;
    color           : #000000;
    text-align      : left;
	width           : 100%;
}

.currents {
    background      : #FFE4B5;
    color           : #000000;
    text-align      : left;
	width           : 100%;
}

.footer {
    width           : 100%;
}

.counter {
    background      : #FFE4B5;
    color           : #000000;
    text-align      : center;
	width           : 100%;
}

.buttons1 {
    background      : #FFE4B5;
    color           : #000000;
    width           : 50%;
    float           : left;
    text-align      : left;
}

.buttons2 {
    background      : #FFE4B5;
    color           : #000000;
    width           : 50%;
    float           : right;
    text-align      : right;
}

#copyright {
    background      : #FFFFFF;
    color           : #000000;
    font-size       : 8pt;
}

.copyright {
    background      : #FFE4B5;
    color           : #000000;
    font-size       : 8pt;
    clear           : both;
}

