
.blinker {
text-decoration: blink
}

.greenOutline {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
border: green solid 2px;
padding: 2;
color: green;
line-height: 25px;
text-decoration: none;
}

.greenOutline A {
color: green;
text-decoration: none;
}

.greenOutline A:hover {
color: green;
text-decoration: none;
}

.blueOutline {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
border: blue solid 2px;
padding: 2;
line-height: 25px;
text-decoration: none;
}

.blueOutline A {
color: blue;
text-decoration: none;
}

.blueOutline A:hover {
color:blue;
text-decoration: none;
}

.redTitle {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 13px;
color: #FF0000;
}


.greenOutline2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 3;
color: fff;
text-decoration: none;
font-weight: bold;
}

.greenOutline2 A {
color: fff;
text-decoration: none;
}

.greenOutline2 A:hover {
color: ff0;
text-decoration: none;
}

.blueOutline2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 3;
color: fff;
text-decoration: none;
font-weight: bold;
}

.blueOutline2 A {
color: fff;
text-decoration: none;
}

.blueOutline2 A:hover {
color: ff0;
text-decoration: none;
}
