
body {
	font-size: 15px;
	color: #333333;
}


p {
	font-size: 17px;
	padding-right: 20px;
}

a:link {
	color: #006DF3;
}

a:hover, a:active {
	text-decoration: none;
	color: #006DF3;
}

a:visited {
	color: #006DF3;
}

img {
	border: none;
}


/* Form */

form {
	margin: 0;
	padding: 0;
}


fieldset {
	margin-top: 10px;
	padding: 20px;
	border: 2px solid #67B5EE;
	position: relative;
	background-color: #F0F0F0;
	border-radius: 25px;
	width: 525px;
	left: 35%;
	top: 100%;
}

legend {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #333333;
	
}

textarea, select {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #444444;
	
}

table{
	border: 2px solid #67B5EE;
	background-color: #F0F0F0; 
	margin: 10px;
	margin: 0 auto;
	border-radius: 25px;
	width: 1700px;
}


td, th{
	border: 1px dotted #cccccc;
	padding: 5px;
	text-align: center;
	font-size: 17px;
    
}


/* Links */

li {
margin: 15px 0;
}

li a {
text-decoration: none;
font-weight: 600;
font-size: 20px;
color: #1e2c85 !important;
}

