/************************************** general settings */

body{
margin:0px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
background-color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
}

/************************************** table settings */


/* this is only a border around the table */
table.border_around{
border-left-color:#000000;border-left-width:0px;border-left-style:solid;
border-right-color:#000000;border-right-width:0px;border-right-style:solid;
border-bottom-color:#000000;border-bottom-width:0px;border-bottom-style:solid;
border-top-color:#000000;border-top-width:0px;border-top-style:solid;
}

/*the colors for the cells in the guestbook.php file */
td.border_around_even{
border-left-color:#000000;border-left-width:0px;border-left-style:solid;
border-right-color:#000000;border-right-width:0px;border-right-style:solid;
border-bottom-color:#000000;border-bottom-width:0px;border-bottom-style:solid;
border-top-color:#000000;border-top-width:0px;border-top-style:solid;
/* this is the actual color code even rows*/
background-color:#FFFFFF; 
}
td.border_around_odd{
border-left-color:#000000;border-left-width:0px;border-left-style:solid;
border-right-color:#000000;border-right-width:0px;border-right-style:solid;
border-bottom-color:#000000;border-bottom-width:0px;border-bottom-style:solid;
border-top-color:#000000;border-top-width:0px;border-top-style:solid;
/* this is the actual color code odd rows*/
background-color:#CCCCCC; 
}



/*
.links{
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:13px; 
font-weight:bold; 
}
*/


/************************************** link settings */

a:link{ color:#000077; text-decoration:underline; }
a:visited{ color:#000077; text-decoration:underline; }
a:hover{ color:#ff0033; text-decoration:underline; }
a:active{ color:#ff0033; text-decoration:underline; }
/*
a.black:link{ color:#000000; text-decoration:underline; }
a.black:visited{ color:#000000; text-decoration:underline; }
a.black:hover{ color:#333333; text-decoration:underline; }
a.black:active{ color:#333333; text-decoration:underline; }
*/

