﻿body{
margin:0;
padding:0;
font-size:12px;
}
.text{
font-size:12px;
color:#000;
line-height:24px;
}
.textTitle{
font-size:14px;
color:#000;
line-height:24px;
font-weight:bold;
}
.arrowBlue{
font-size:12px;
color:#0066CC;
line-height:24px;
font-weight:bold;
}

a:link {
font-size:12px;
color:#0066CC;
text-decoration:none;
}
a:visited {
font-size:12px;
color:#0066CC;
text-decoration:none;
}
a:hover {
font-size:12px;
color:#0066CC;
text-decoration:underline;
}
a:active {
font-size:12px;
color:#0066CC;
text-decoration:none;
}
