﻿/* CSS Document */

.currentPath{
font-family:tahoma;
font-size:11px;
color:#000099;
}

a.currentPath{
font-family:tahoma;
font-size:11px;
color:#000099;
text-decoration:none;
}

a.currentPath:hover{
font-family:tahoma;
font-size:11px;
color:#990000;
text-decoration:underline;
}

.namesLinks{
font-family:tahoma;
font-size:11px;
color:#000099;
text-decoration:none;
}

a.namesLinks{
font-family:tahoma;
font-size:11px;
color:#000099;
text-decoration:none;
}

a.namesLinks:hover{
font-family:tahoma;
font-size:11px;
color:#006600;
text-decoration:none;
}
