/* CSS Document */

.Title {color: #D01F87; font-family: "Times New Roman"; font-weight: bold; font-style: italic; font-size: 18pt;}

.EditorTitle {font-family:"Times New Roman"; font-style: italic; color: #D01F87;
	font-size: 18pt; }

.Pink {color: #D01F87}

.PinkItalic {color: #D01F87; font-style:italic; }

.Author {color: #D01F87; font-family: "Times New Roman"; font-style:italic; font-size: 14pt;}

.Heading {font-family:"Times New Roman";  font-style: italic; color: #D01F87;	font-size: 15pt; }

.White {color:#FFFFFF; }


a:link {
	color: #D01F87;
	text-decoration: underline;}
	
a:visited {
	text-decoration: underline;}
	
a:hover {
	text-decoration: none; font-weight:bold;}
	
a:active {
	text-decoration: underline;}
