<style type="text/css">

body { 
	color : white; background : blue 
	margin : 3%;
	font-family : arial, san-serif;
	}

h1 { font-size : 150%; font-family : arial, san-serif;margin-top:0em; margin-bottom:0em }
h2 { font-size : 125%; font-family : arial, san-serif;margin-top:0em; margin-bottom:0em }
h3 { font-size : 110%; font-family : arial, san-serif;margin-top:0em; margin-bottom:0em }
h4 { font-size : 75%;  font-family : arial, san-serif;margin-top:0em; margin-bottom:0em }

a.plain 	{ text-decoration: none }
:link 		{ color: #A52124}
:visited 	{ color: #A52124}
:active 	{ color: black}
:hover 		{ color: red}

#top {
		font-family : arial, san-serif;
		color: black;
		text-align: center;
		background:#FFF4D7;
		background-image: url('image/tomatos_background4.jpg');
		background-repeat: no-repeat;
		height: 160px;
		}

#single {
		font-family : arial, san-serif;
		text-align: left;
		color: black;
		background:#FFF4D7;
		background-image: url('image/tomatos_background3.jpg');
		background-repeat: no-repeat;
		margin-left:0px;
		padding:20px 10% 30px 10%;
		}

#single_center {
		font-family : arial, san-serif;
		text-align: center;
		color: black;
		background:#FFF4D7;
		background-image: url('image/tomatos_background3.jpg');
		background-repeat: no-repeat;
		margin-left:0px;
		padding:20px 10% 30px 10%;
		}

#footer {
		font-family : arial, san-serif;
		background:#FFF4D7;
		text-align: center;
		left:0;
		top:0;
		}

#picasa {
		font-family : arial, san-serif;
		text-align: center;
		color: ;
		width:300px;
		height:250px;
		background:#transparent;
		border:0px solid #transparent;
		}

#newsflash {
		font-family : arial, san-serif;
		text-align: center;
		color: white;
		width:400px;
		background:#BC4C46;
		border:3px solid #FFFF00;
		margin-left:0px;
		padding:1%;
		}

#newsflash2 {
		font-family : arial, san-serif;
		text-align: center;
		color: black;
		width:40%;
		background:#FFF4D7;
		border:3px solid #BC4C46;
		margin-left:0px;
		padding:1%;
		}


</style>