﻿/* CSS Document */
body {
	background-image: url('img/blue-rose-bg.jpg');
	background-repeat: repeat;
	background-color: #6699ff;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

font.headline {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30pt;
	}
	
font.copy {
	font-family: Verdana, Arial, Helvetica;
	font-size: 14pt;	
	color: black;
	text-align: justify;
	}

font.base {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12pt;
	color: white;
	}

.middle {	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	text-align:justify;
	}


.tile {
	background-image: url('img/tile-bg.png');
	}

.base {
	background-color: black;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	}
