@charset "utf-8";
/* CSS Document */
body {
    background-image:url("images/coat of arm black.jpeg");
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	border:5px solid silver;
	width:1200px;
	margin:20px auto;

}


a {
    text-decoration: none;
}

a:link {
    color: #688ebb;
}

a:visited {
    color: blue;
}

a:hover {
    text-decoration:underline;
    text-transform: none;
color:#7f7f7f;	
}

a:active {
    color: #f2cd07;;
   
}

ul {
    list-style: disc;
}

h1 {
    font-family: Arial, Verdana, sans-serif;
    font-size: 36px;
    color: #000
}

h2 {
    font-family: Arial, Verdana, sans-serif;
    font-size: 26px;
    color: #000;
}

h3 {
    font-family: Arial, Verdana, sans-serif;
    font-size: 24px;
    color: #000
}

h4 {
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
    color: #333;
    text-align: center;
}

h5 {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #000;
}

h6 {
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    color: #000;
    border: thin;
    background-color: #999;
    azimuth: center;
    -moz-border-radius: 5px;
    text-align: center;
    padding: 2px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

hr {
    border: thin dotted silver;
}
table{
	 -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	border:1px;
}

[title]

