HTML
{
 FONT-FAMILY: lucida sans unicode, lucida grande, Verdana, Arial;
 FONT-SIZE: 14px;
 width:100%;
 height:100%;
}

BODY
{
 height: 100%;
 width:100%;
 FONT-FAMILY: lucida sans unicode, lucida grande, Verdana, Arial;
 FONT-SIZE: 1.0rem;
 margin-top:0em; margin-left:0em; margin-right:0em; margin-bottom:0em;
 background-color: #000000;
 COLOR: #bb8800;
 text-align: left;
 background-image: url("/graphics/bgnew.jpg");
 background-repeat: repeat;
 background-attachment: fixed; 
 cursor: url('/graphics/kim.ani');
}

INPUT  {background-color: #000000 ; color: #bb8800; font-family: Verdana, Arial; font-size: 12px; font-weight: bold }
SELECT  {background-color: #000000; color: #bb8800; font-family: Verdana, Arial; font-size: 12px; font-weight: bold }

H1   { font-size: 24px; font-weight: bold;}
A    		{ color: #bb8800; text-decoration: none; }
A:link		{ text-decoration: none; color:#bb8800 }
A:visited	{ text-decoration: none; color:#bb8800 }
A:active	{ text-decoration: none; color:#bb8800 }
A:hover 	{ text-decoration: underlined; color:#ddaa00 } 

A.rr 		{ font-style: italic; color: yellow; text-decoration: underline }
A.rr:link 	{ font-style: italic; color: yellow; text-decoration: underline }
A.rr:visited 	{ font-style: italic; color: yellow; text-decoration: underline }

TEXTAREA  { background-color:#000000; color: #bb8800; font-size: 12px;  font-weight: bold }

INPUT.tex {background-color: #000000 ; color:#bb8800}
INPUT.but {background-color: #000000 ; color:#bb8800}

DIV.HDIV { display: none; visibility: hidden; font-size:1px; height: 0px; color:#000000; background-color:#000000; }

TD   { color: #bb8800 }
DL   { color: #bb8800 }
P    { color: #bb8800 }
UL   { color: #bb8800 }
FORM { color: #bb8800 }

img, embed, object, video { max-width: 99%; }

#talentdata
{
width: 98%;
}


#talentpic
{
width: 98%;
text-align:center;
}


/* show side graphics */
@media screen and (min-width: 650px)
{

#talentdata
{
width: 48%;  
float:right; 
}

#talentpic
{
width: 48%;
float:left;
}

}



