body {
    background-image: url('img/bckgrd.jpg');
    text-align: center; color: #ffffff;
}

a:link {
    color: #ffcc00;
    text-decoration: underline;
}

a:active {
    color: #ff0000;
    text-decoration: underline;
}

a:visited {
    color: #ffcc00;
    text-decoration: underline;
}

a:hover {
    color: #ff0000;
    text-decoration: none;
}

span.strong {
    font-family: 'Century Gothic';
    font-size: 32pt;
    color: #ffffff;
}

span.gold {
    font-weight: bold;
    font-family: 'Century Gothic';
    font-size: 32pt;
    color: #ffcc00;
    letter-spacing: 6px;
}

.dotum {
    font-family: Dotum;
    font-size: 16pt;
}

span.impact {
    font-family: Impact;
    font-size: 32pt;
    color: #ffffff;
}

p.impact {
    font-family: Impact;
    font-size: 32pt;
    color: #ffffff;
}

table {
	 table-layout:fixed;
}

td.left {
	max-width:20%;
	min-width:20%;
}
SELECT 
{
font : 8pt Verdana, sans-serif; 
color : #000000; 
background-color : #ffffff; 
border : solid; 
border-width : 1px; 
border-color : #ffcc33; 
} 
INPUT 
{
font : 8pt Verdana, sans-serif; 
color : #000000; 
background-color : #ffffff; 
border : solid; 
border-width : 1px; 
border-color : #ffcc33; 
} 
.formsmall 
{
font-family : Verdana, Arial, sans-serif; 
font-size : 10px; 
font-weight : normal; 
color : #ffffff; 
background-color : #000000; 
} 
.keyboard 
{
background-image : url('../images/bg_keyboard.gif'); 
background-repeat : no-repeat; 
}