h1 { text-align: left; font-size: 30; font-family: Blagovest; color: #000000; line-height: 0%; }

p2 { text-align: left; font-size: 20; font-family: Blagovest; color: #000000;}

h3 { text-align: center; font-size: 25; font-family: Blagovest; color: #000000;}

h5 { text-align: left; font-size: 20; font-family: Blagovest; color: #000000; line-height: 50%; margin-left: 100px;}

h6 { text-align: right; color: #FFFFFF;}

h20 { background-color: #AD0C7A; text-align: center; font-size: large; font-family: sans-serif; text-transform: uppercase; color: white;}



input {font-size:20px;}

input[type=checkbox] {width:15px; height:15px;}

input[type=radio] {width:15px; height:15px;}

body { 
  background: url(Background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


button1 {
   background-color:transparent;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:Trebuchet MS;
	font-size:21px;
	font-weight:bold;
	padding:29px 30px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
button1:hover {
	background-color:#ffffff;
}
button1:active {
	position:relative;
	top:1px;
}

img {
    float:left;
}
h3 {
    float:right;
}


        