body {
	background-color: #CC3333;
	font-family: verdana;
	font-size: 15px;
	margin: 25px;
	
}
header {
	color: cyan;
	font-family: verdana;
	font-size: 50px;
	margin: 5px;
	padding: 5px;
	border: 5px none;
}
footer {
	color: cyan;
	font-family: verdana;
	font-size: 12px;
}
button {
	background-color: #87CEFA;
	color: #000000;
	font-size: 25px;
	font-family: arial;
}
!table, th, td{
	border: 5px solid black;
	border-collapse: collapse;
}
th {
	font-size: 20px;
}
td {
	text-align: left;
	font-size: 15px;
}
tr:nth-child(even) {
    background-color: #CC3333;
}
h1 {
	color: cyan;
	font-family: tahoma;
	font-size: 50px;
}
h3 {
	color: cyan;
	font-family: tahoma;
	font-size: 20px;
	
}
h4 {
	margin: 20px;
	font-size: 15px;
}
h6 {	
	color: cyan;
	font-family: verdana;
	font-size: 15px;
}
p {
	margin: 20px;
	color: white;
	font-family: verdana;
	font-size:12px;
}
a:link {
    color: #000000; 
    background-color: transparent; 
    text-decoration: underline;
}

a:visited {
    color: #000000;
    background-color: transparent;
    text-decoration: underline;
}

a:hover {
    color: red;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: #000000;
    background-color: transparent;
    text-decoration: underline;
}

