﻿body {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}
A:link {
font-size: 14px;
color: #0005EA;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
A:hover {
font-size: 14px;
color: #0005EA;
font-weight: bold;
font-style: normal;
text-decoration: none;
}
A:active {
font-size: 14px;
color: #0005EA;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
A:visited {
font-size: 14px;
color: #0005EA;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
h1 {
color: #0005EA;
font-size: 14px;
font-weight: bold;
}
h2 {
color: #0005EA;
font-weight: bold;
}
p {
font-size: 12px;
}