/*
Set HTML defaults to basic settings
*/
body
{
background-color : White;
color : Black;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 12px;
}
table
{
background-color : White;
color : Black;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 12px;
}
table.top
{
background-color : #FFE5BF;
width : 1000;
}
table.menu
{
width : 1000;
background-color : #ff6f05;
text-align : left;
}
table.game
{
width : 960;
background-color : White;
text-align : left;
}
table.gamelist
{
background-color : #ff6f05;
}
td.gamelist
{
background-color : #FFE5BF;
color : #000070;
}
th.gamelist
{
color : White;
}
td.news
{
color : #101060;
font-size : 11px;
}
A:Hover
{
color : #ff6f05;
font-weight : normal;
text-decoration : underline;
cursor: hand;
}
A:Active
{
color : Blue;
font-weight : normal;
text-decoration : underline;
cursor: hand;
}
A:Visited
{
color : Blue;
font-weight : normal;
text-decoration : underline;
cursor: hand;
}
A:Link
{
color : Blue;
font-weight : normal;
text-decoration : underline;
cursor: hand;
}
A.menu:Hover
{
color : White;
background-color : #ff6f05;
text-decoration : none;
cursor: hand;
}
A.menu:Active
{
background-color : #ff6f05;
color : White;
text-decoration : none;
cursor: hand;
}
A.menu:Visited
{
background-color : #ff6f05;
color : White;
text-decoration : none;
cursor: hand;
}
A.menu:Link
{
background-color : #ff6f05;
color : White;
text-decoration : none;
cursor: hand;
}
p
{
align : center;
text-align : center;
}
p.links
{
align : left;
text-align : left;
font-size : 10px;
}
