body.ybBody {
    background-color: black;
    color: yellow;
    font-family: verdana;
    font-size: 10pt;
	width: 1250px;
	margin: 0px 20px 0px 50px;
}

h1.ybH1 {
    font-size: 35pt;
    color: yellow;
}

A:link {text-decoration: none; color: yellow;}
A:visited {text-decoration: none; color: yellow;}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: yellow;}

img {
    border-style: solid;
    border-color: yellow;
    border-width: 1px;
}