/* 
   default styles for Burnsorama 
*/

body  
	{ 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: medium;
		color: white;
		font-weight: normal;
		background-color: #606060;
		margin-top: 25px;
		margin-left: 5px;
		margin-right: 5px;
	}

p, li, pre
	{
		font-size: small;
	}
	
/* 
   link colors - overridden by the album 'linkcolor' property.
*/

a   	{ color: white;  text-decoration: none; }
a:hover	{ color: yellow; text-decoration: underline; }

.alertlink			{ color: red; text-decoration: none; }
.alertlink:hover	{ color: red; text-decoration: underline; }

.alertdiv
	{
		color: red;
		background-color: white;
		border-style: solid;
		border-width: 1px;
		padding: 5px;
	}

/* 
   text styles 
*/

h1
	{ 
		font-size: 120%;
		font-weight: bold;
		background: #a0a0a0;
		padding-left: 5px;
		padding-right: 5px;
		margin: 0px;
	}
h2
	{ 
		font-size: 110%;
		font-weight: bold;
		padding-left: 5px;
		padding-right: 5px;
	}
	
.header
	{
		width: 100%;
		border-top: solid 1px white;
		border-bottom: solid 1px white;
	}

.footer
	{
		font-size: 70%; 
		border-top: solid 1px white;
		padding-top: 3px;
	}