BODY
{
	background-color : White;
    FONT-SIZE: 9pt;
    COLOR: #000080;
    FONT-FAMILY: Tahoma;
	background-attachment : fixed;
	
	scrollbar-3dlight-color : #000080;
	scrollbar-arrow-color : #FF8C55;
	scrollbar-base-color : #000080;
	scrollbar-darkshadow-color : #000044;
	scrollbar-face-color : #000080;
	scrollbar-highlight-color : #808000;
	scrollbar-shadow-color : #FF8C55;
	scrollbar-track-color : #aaaaaa;
	
	margin: 0 0 0 0;
}

P
{
    FONT-SIZE: 12pt;
    COLOR: #000080;
    FONT-FAMILY: Tahoma;
	font-weight: bold
}
INPUT
{
    FONT-SIZE: 8pt;
    COLOR: #000080;
    FONT-FAMILY: Tahoma
}
SELECT
{
    FONT-SIZE: 8pt;
    COLOR: #000080;
    FONT-FAMILY: Tahoma
}
TABLE
{
    FONT-SIZE: 9pt;
    COLOR: #000080;
    FONT-FAMILY: Tahoma
}
TR
{
    FONT-SIZE: 9pt;
    COLOR: #000080;
    FONT-FAMILY: Tahoma
}
TD
{
    FONT-SIZE: 8pt;
    COLOR: #000080;
    FONT-FAMILY: Tahoma
}

A:link
{
    COLOR: #000080
}
A:visited
{
    COLOR: #000080
}
A:hover
{
    COLOR: #ff0000
}

A {
	text-decoration: none;
}

.rhys  {
	font-family : Comic Sans MS;
}

.storage {
		background : url(/images/bg.gif);
		background : url(/chess/images/bg.gif);
}

.border_section_top {
	border-top : thin solid Black;
	border-top-width : 2px;
}

.border_section_right_left {
	border-right : thin solid Black;
	border-right-width : 2px;
	border-left : thin solid Black;
	border-left-width : 2px;
}

.border_section_bottom_right {
	border-bottom : thin solid Black;
	border-bottom-width : 2px;
	border-right : thin solid Black;
	border-right-width : 2px;
}

.border_section_bottom_top {
	border-bottom : thin solid Black;
	border-bottom-width : 2px;
	border-top : thin solid Black;
	border-top-width : 2px;
}

.myButton {
	border: thin solid #e0e0e0;
	border-width: 2 2 2 2;
	padding : 2 2 2 2;
}

