<style>
{
}

.bar-logo
{
	background-color: rgb(255,240,180);
}

.bar-menu
{
        background-color: rgb(255,240,180);
}

.bar-navigation
{
	background-color: rgb(255,240,180);
}

a:link
{
	color: rgb(51,51,204); 
}
a:visited
{
	color: rgb(102,153,204); 
} 
a:active 
{
	color: rgb(255,51,0);
}

body
{
	background-color: rgb(255,204,153);
	color: rgb(0,0,0);
	font-family: Arial, Times New Roman, Times;
	background-image: url("images/yellowcrack.jpg"); 
	margin-left: 0px; margin-top: 0px";
}

table
{
	table-border-color-light: rgb(255,153,51);
	table-border-color-dark: rgb(0,0,0); 
}

h1
{
	font-family: Comic Sans MS, Times New Roman, Times;
	color: rgb(102,0,0);
}
h2
{
	font-family: Comic Sans MS, Times New Roman, Times;
	color: rgb(102,102,0); 
}
h3
{
	font-family: Comic Sans MS, Times New Roman, Times;
	color: rgb(204,51,0); 
}
h4
{
	font-family: Comic Sans MS, Times New Roman, Times;
	color: rgb(153,102,0);
}
h5
{
	font-family: Comic Sans MS, Times New Roman, Times;
	color: rgb(204,51,51);
}
h6
{
	font-family: Comic Sans MS, Times New Roman, Times;
	color: rgb(102,0,102);
}
</style>.
