table {
	max-width: 600px;
        text-align: right;

}
TD {
	vertical-align: top;
	FONT-FAMILY: Verdana,Arial,Helvetica
}

div.butts {
	position: absolute;
        top: 80px;
        left: 40px;
}


div.center {
	position: absolute;
	top: 20px;
	left: 120px;
	padding: 0px;
        margin: 0px;
	width: 300px;
}

div.h1 {
position: relative;
vertical-align: bottom;
FONT-SIZE: X-LARGE;
FONT-WEIGHT: BOLD;
}

div.h2 {
position: relative;
top: 12px;
left: 0px;
text-align: center;
vertical-align: bottom;
FONT-WEIGHT: BOLD;
FONT-FAMILY: Verdana,Arial,Helvetica
}


BODY /*Everything within the BODY tags*/
{ 
background: black;
color: white;
FONT-SIZE: X-SMALL; FONT-FAMILY:  Times,serif; /*The font properties*/
}
A:link {
color: lightgreen;
}
A:visited {
color: green;
}


a.image { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 40px; /* width of reactive image */
     height: 40px; /* height of reactive image */
     background-image: url(pix/butt1.gif); /* source for start image */
     background-repeat: no-repeat;
     border: 0;
     }
a.image:link { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(pix/ibutt1.gif); /* source for target image */
     border: 0;
     }
a.image:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(pix/butt2.gif); /* source for target image */
     border: 0;
     }


