﻿.menu {
	background:   #0A4495;	
  	text-align: center;
}

.block {
	background: white;	
	width: 1000px;
	margin-left: auto;
    margin-right: auto;
}

.border {
	background: rgba(255,255,255,0.5);
	width: 1050px;
	margin-left: auto;
    margin-right: auto;
}

.center {
	text-align: center;
}

body {
    font-family: Calibri;	
	background-position: left top;
    background-image: url('img/background.jpg');
    background-attachment:fixed;
}

a:link {color:white ;}
a:visited {color:white;}
a:active {color: #0000FF;}
a {
	text-decoration: none;	
}

h1 {
	color: white;
	background-color: #0A4495;
	width: 420px ;
    font-weight:normal;
}

h2 {
	font-family: "Freestyle Script";
	color:  #010199;
	font-size: 30pt;
	font-weight:normal;
	padding:0px;
	margin:0px;	
}
