body{
	color:teal;
	background-color: #1C7CB0;
	font-family: Verdana;
}

hr{
	color: White;
	height: 2px;
	width: 380px;
	
}

.bar_text
{
	color: white;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;

}

.pink_text
{
	color:FF66CC;
	
	font-family: Arial, Helvetica, sans-serif;

	font-size: medium;
}

.white_text
{
	color:White;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: medium;
}

.white_border
{
	border-color: white;
}

.black_border
{
	border-color: black;
}

.box_text
{
	color: white;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	text-align: justify;
}

.pink_hl
{
	color:FF66CC;
}

A
{
	color:FF66CC;
}

a:hover
{
	color: #DB7093;
}

.l_white_text
{
	color:White;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: large;
}

.black_box
{
	background-color: Black;
	color: white;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	text-align: justify;
	padding: 8;
}

.large_text
{
	color: white;
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
}

.linklist_links
{
	font-family: Verdana;
	color: White;
	font-size: xx-small;
	font-weight: bold;
	text-decoration: none;
}