/*Sets body background*/
body {background-color: #000000; background-image: url('black satin.jpg');}

/*To make borders around data*/
table {border: #FFDF05 ridge thick;}
td {padding: 25px; border: #FFDF05 ridge thin;}
table.inner {border: #FFDF05 none;}

/*sets link colors*/
a:link {color: #E8C54C; font-family: Book Antiqua;} /*unvisited link*/
a:visited {color: #FEFA82; font-family: Book Antiqua;} /*visited link*/
a.hover {color: #000000; font-family: Book Antiqua; font-weight: bold;} /*mouse over link*/
a.active {color: #000000; font-family: Book Antiqua;} /*selected link*/

/*Sets arrangement for buttons*/
div.button {float: left;
position: relative;
margin: 50px 5px 5px 5px;
padding: 5px;
}

div.button2 {float: center;
position: relative;
margin: 15px 5px 15px 5px;
padding: 0px;
text-align: center;
font-weight: bold;}

p {color: #E8C54C;
font-family: Book Antiqua;
font-size: x-large;
font-variant: small-caps;
}

p.center {color: #E8C54C;
font-family: Book Antiqua;
font-size: x-large;
font-variant: small-caps;
text-align: center;
}

/*Floats photos*/
div.picr {float: right;
position: relative;
margin: 25px 0px 15px 15px;
padding: 10px;
text-align: center;
font-weight: bold;
}

div.picl {float: left;
position: relative;
margin: 25px 15px 15px 0px;
padding: 10px;
text-align:center;
font-weight: bold;
}

div.pic {float: center;
position: relative;
margin: 15px 15px 15px 15px;
padding: 10px;
text-align: center;
font-weight: bold;
}