﻿

	

	* {
	box-sizing: 
	margin: 0;
	padding: 0;
	}
	
	h1 {
	color: white;
	background-color: black;
	line-height: .2;
	text-align: center;
	font-style: italic;
	margin-top: 5px;
	}	

	h2 {
	color: white;
	background-color: black;
	line-height: .6;
	text-align: center;
	font-style: italic;
	margin-top: 20px;
	}

	h3 {
	color: black;
	line-height: 1.5;
	font-style: italic;
	}

	H4{
	color: white;
	background: black;
	margin-left: 130px;
	margin-right: 130px;
	border-radius: 15px;
	line-height: 1.2;
	font-size: 22px;
	padding: 20px 20px 20px 20px;
	}
	
	h5{
	color: blue;
	text-align: center;
	font-size: 30px;
	}

	h6 {
	color: blue;
	margin-left: 50px;
	font-size: 25px;
	}


	h7 {
	color: red;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 25px;
	padding: 20px 20px 20px 20px;

	}



	form {
	margin-left: 50px;
	color: blue;
	font-size: 25px;
	font-style: bold;
	}

	/* The navigation bar */
	.navbar {
  	overflow: hidden;
	color: white;
  	background-color: black;
	padding: 0;
  	position: fixed; /* Set the navbar to fixed position */
  	top: 0; /* Position the navbar at the top of the page */
 	 width: 98.25%; /* Full width */	
  	}

	body {
  	margin-top: 250px; /* Add a top margin to avoid content overlay */	
	background-color: white;
	}

	table {
	background-color: Black;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	cellspacing: 50px;
	border-radius: 15px;
	padding: 0px 30px 0px 30px;
	}


	a {
	color: white;
	background-color: black;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	border-radius: 15px;
	padding: 0px 30px 0px 30px;
	}
	a:hover {
	background: white;
	color: red;
	}

	.a4 {
	color: blue;
	background-color: white;
	font-size: 25px;
	text-decoration: none;
	font-weight: bold;
	border-radius: 15px;
	padding: 0px 30px 0px 30px;
	}
	.a4:hover {
	background: white;
	color: red;
	}



	p {
	margin-left: 50px;
	margin-right: 50px;
	}

	.table2 {
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	cellspacing: 50px;
	border-radius: 15px;
	padding: 0px 30px 0px 30px;
	}



/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
� � margin:0;
� � padding:0;
� � border:0;
� � outline:0;
� � font-size:100%;
� � vertical-align:baseline;
� � background:transparent;
}


body {
� � line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
� � display:block;
}

nav ul {
� � list-style:none;
}

blockquote, q {
� � quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
� � content:'';
� � content:none;
}

a {
� � margin:0;
� � padding:0;
� � font-size:100%;
� � vertical-align:baseline;
� � background:transparent;
}

/* change colours to suit your needs */
ins {
� � background-color:#ff9;
� � color:#000;
� � text-decoration:none;
}

/* change colours to suit your needs */
mark {
� � background-color:#ff9;
� � color:#000; 
� � font-style:italic;
� � font-weight:bold;
}

del {
� � text-decoration: line-through;
}

abbr[title], dfn[title] {
� � border-bottom:1px dotted;
� � cursor:help;
}

table {
� � border-collapse:collapse;
� � border-spacing:0;
}

/* change border colour to suit your needs */
hr {
� � display:block;
� � height:1px;
� � border:0; � 
� � border-top:1px solid #cccccc;
� � margin:1em 0;
� � padding:0;
}

input, select {
� � vertical-align:middle;
}




	.td2 {
	width: 400px;
	}


	.a2 {
	background-color: white;
	color: white;
	padding: 10px;
	}

	img {
	border: 5px solid black;
	}
	.input1 {
	width: 250px;
	height: 25px;
	}

	.input2 {
	font-size: 20px;
	width: 200px;
	height: 50px;
	text-align: center;
	background-color: blue;
	color: white;
	border-radius: 15px;
	margin-left: 30px;
	}

	.input2:hover {
	color: red;
	background: white;
	}



