/*
   Seminar 3
   Author: Jon Slover
   Date:   07/12/2009
   
   Filename:         mbgTables.css
   Supporting files: 

*/

table.prices	{margin-bottom: 40px}

table th {text-align: left; background-color: #1e1305; color: #886d35}

tr:hover {background-color: #c3b79a; color: white}

table {width: 100%; border-style: hidden; border-collapse: collapse}

tr	{border: 1px solid white}

table caption {color: white; caption-side: top; text-align: left;
	      font-size: 1.6em; padding-bottom: 5px}

.supportBusiness a {color: #1e1305; text-decoration: none}
.supportBusiness a:hover {color: white; text-decoration: underline}
.supportBusiness a:active {text-decoration: none}
.supportBusiness a:visited {text-decoration: none}









