@charset "UTF-8";
/* break away baby version 3 kristen bell */

body, p {
    background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-color: #ececec;
	text-align: justify;
	color: #262626;
	font-family: times new roman;
	font size: 11px;
	line-height: 12px;
	}
	
B {
	color: #e81657;
	font-family: georgia;
	}
	
I {
	color: #38ded0;
	font-family: georgia;
	}
	
U {
	color: #262626;
	font-family: georgia;
	}
	
a, a:link, a:visited {
		color: #e81657;
		text-decoration: none;
		}
		
a:hover {
		color: #38ded0;
		text-decoration: none;
		}
		
.head {
	color: #e81657;
	font-family: georgia;
	font-size: 18pt;
	text-align: center;
	border-bottom: 4px solid #CCCCCC;
	}
	
.head2 {
	color: #38ded0;
	font-family: georgia;
	font-size: 14pt;
	text-align: center;
	border-bottom: 4px solid #CCCCCC;
	}
	
.head:first-letter {
	color: #262626;
	}
	
.head2:first-letter {
	color: #262626;
	}
	
.nav:link, .nav:visited, .nav:active {
	color: #38ded0;
	font-size: 10pt;
	text-transform: uppercase;
	}
	
.nav:hover {
	color: #e81657;
	font-size: 10pt;
	text-transform: uppercase;
	background-color:#CCCCCC;
	}
	
.sidebar {
	text-align: justify;
	}