

/*header, footer, aside, nav, article {  
    display: block;  }*/
html {
    font-family: arial,helvetica,sans-serif;
    display: block; 
/*   font-size: 12px;*/
}

body {
	font-family: arial,helvetica,sans-serif;
	display: block; 
	margin: 2%;
}

h1 {
	color: red;
	font-size: 150%;
	text-align: center;
}
h2 {
	color: red;
   font-size: 120%;
   text-align: center;
}


/* Hyperlink Styles: */

/* unvisited link */
a:link {
    color: #4da5ff;
}

/* visited link */
a:visited {
    color: #99ccff;
}

/* mouse over link */
a:hover {
    color: #cb99ff;
}

/* selected link */
a:active {
    color: blue;
}

div.header {
    height: 15%;
/*    padding: 10px;*/
   text-align: center;
   width: 100%;
}
img { border: 0; max-width: 100%; }

div.wrap {
   	margin-left: 5%;
    	margin-right: 5%;
    	text-align: justify;
	/*width:80%;*/
}
table.t3 {
 	width: 100%;
 	margin-left: auto; 
   	margin-right: auto;
	border-width: 3px;
	border-spacing: 3px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: #FFFEEE;
/*    font-size: 150%;*/
}
table.t3 th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	text-align: center;
	background-color: #FF9900;
	font-size: 120%;
}
table.t3 td {
	text-align:center;
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
}

