﻿a {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #000000;
	text-decoration:none;
}
a:active {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration:none;
}

.table{
	border: 1px solid;
	background-color: white;
	border-radius:15px;
	border-color:white;
	font-family: Calibri;
	text-align: center;
}

.title {
	font-family: Calibri;
	font-size: 40pt;
	font-weight:bold;
}

.sub-title {
	font-family: Calibri;
	font-size: large;
	font-weight:bold;
}

.download {
	font-family: Calibri;
	font-size: large;
	font-weight:bold;
	color:#038FF4;

}

.edited-date {
	font-family: Calibri;
	font-size: medium;
}

.list {
	font-family: Calibri;
	text-align: left;
	font-size: 20px;
}

.footer {
	font-family: Calibri;
	font-size: large;
	font-weight:bold;
}

.mirror {
	font-family: Calibri;
	font-size: medium;
	font-weight:bold;
}

#background {
	background-color: #038FF4;
}
