/*
 * Headers
 */
h2 a
{
	background-color:rgba(100,50,100,0.7);
}
h2 a:hover
{
	background-color:rgba(150,50,150,0.7);
}
h3
{
	background-color:rgba(100,50,100,0.7);
}



/*
 * Menu
 */
ul#menu a
{
	background-color:rgba(100,50,100,0.7);
}



/*
 * Links
 */
a
{
	color:rgb(80,50,80);
}



/*
 * Standard Box
 */
div.box
{
	border-color:rgb(100,50,100);
}



/*
 * Table
 */
table
{
	border-color:rgb(100,50,100);
}
th
{
	background-color:rgb(100,50,100);
	color:rgb(240,230,230);
}

