@charset "utf-8";
/* CSS Document */

/*floats the div to the right*/
.right {float: right;}
/*floats the div to the left*/
.left {float: left;}

/*style used for placing photos when used with a div*/
.photo {margin: 0 10px 10px 10px; /* hide from IE mac \*/ _margin: 0 5px 10px 5px; /*End hide*/ padding: 10px; width: auto; height: auto; background: #cad4d5;}

/*style used to highlight text when used with a paragraph*/
.highlight {padding: 5px; background: #cad4d5;}

.odd {background: #cad4d5;}
/*sets the background colour for all even rows in a table*/
.even {background: #ffffff;}


