﻿#NormalBorder {
	border-style: solid;
	border-bottom-color: lime;
	border-left-color: lime;
	border-right-color:orange;
	border-top-color: orange;
	padding-bottom: 2px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
.NormalBorder {
	border-style: solid;
	border-bottom-color: lime;
	border-left-color: lime;
	border-right-color:orange;
	border-top-color: orange;
	padding-bottom: 2px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
#GrovedBorder {
    border-color:#CC3300;
    border-style:solid;
    border-style:groove;  
    border-width:5px;
	text-align: center;
}
#DoubleBorder {
    border-color:#CC3300;
    border-style:double;
    border-width:2px;
	text-align: center;
}
#SingleBorder {
    border-color:#CC3300;
    border-bottom-style:solid;
    border-width:2px;
	text-align: center;
}
#DoubleBorderLeft {
    border-color:#CC3300;
    border-style:double;
    border-width:2px;
	text-align: left;
}
#GreenText {
	color:#006600;
	margin-left: 30px;
}
#MaroonText {
	color: maroon;
	margin-left: 30px;
}
#PurpleText {
	color:#660066;
	margin-left: 30px;
}
#TealText {
	color:#006666;
	margin-left: 30px;
}
#BlueText {
	color:#003399;
	margin-left: 30px;
}
#NavyText {
	color:navy;
	margin-left: 30px;
}
#OrangeText {
	color:#CC3300;
	margin-left: 30px;
}
#RedText {
	color:#D50000;
	margin-left: 30px;
}
.TextStyle1 {
	text-align: center;
	font-family: Verdana;
	font-size: xx-large;
	font-weight: bold;
}
.TextStyle2 {
	text-align: center;
	font-family: Verdana;
	font-size: x-large;
	font-weight: bold;
}
.TextStyle3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
.name {
	font-family: Elephant;
    font-size:   xx-large;
    font-weight: bold;
	text-align:  center;
}
.date {
	font-family: Verdana;
    font-size:   x-large;
    font-weight: bold;
	text-align:  center;
}
.msg {
	font-family: "Plantagenet Cherokee";
	font-size:   medium;
}
.captain {
    font-family: Arial, Helvetica, sans-serif;
    font-size:   medium;
    font-weight: bold;
}
}
.url {
    font-family: Arial, Helvetica, sans-serif;
    font-size:   medium;
    font-style:  italic;
    font-weight: bold;
	color:       teal;
}



