* {
   font-family : Arial, Helvetica, sans-serif;
}

P, TD, TH, DL, BODY, BLOCKQUOTE, PRE, DIV, OL, UL  {
	font-size : 10pt;
	color: #FFFFFF;
}

html, body {
	margin: 0;
	padding: 0;
	background-color: black;
	scrollbar-base-color: #713E3E;	
}
  
/* Links */ 
a:link, a:visited {
	color: #FC3270;  
	text-decoration: none;	
}
a:hover, a:active {
	color: #00FFCC;
	text-decoration: none;
}

/* Links for Nav bar */
a:link.nav, a:visited.nav {
	color: #FC3270;  
	text-decoration: none;	
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
}
a:hover.nav, a:active.nav {
	color: #00FFCC;
	text-decoration: none;
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: black;
}

SMALL, .small, .blog_date  {
	font-size : 8pt;
	color: #AAAAAA;
}


H2, .heading2 {
	font-size: 16pt;
	font-weight: bold;
	color: #FA9A9C;
}
  
H3, .heading3, .blog_title, .heading_blog {
	font-size: 14pt;
	font-weight: normal;
	color: #FA9A9C;
}
  
.hl1 {
      color: #FFFFFF;
      font-weight: bold;
}
  
.heading3_aqua {
	font-size: 14pt;
	font-weight: normal;
	color: #00FFCC;
	text-transform: uppercase;
}
  
H4, .heading4 {
	font-size: 12pt;
	font-weight: bold;
}
  
H4, .heading4_pink {
	font-size: 12pt;
	color: #FA9A9C;
}
  
hr {
	border: none;
	color: #D9828C;
	background-color: #D9828C;
	height: 1px;
}
hr.blog_rule {
	clear: both;
}

.heading_sm  {
	font-size : 8pt;
	font-weight: bold;
	color: #00FFCC;  
}

.quoter  {
	font-size : 8pt;
	color: #FA9A9C;
	margin-top: 6px;
}
.quote_maker, .quote_maker i {
        font-size : 9pt;
	color: #AAAAAA;
        text-align: left;
        margin-top: 2px;
        margin-left: 5px;
}

.imagenav {
        border : 2;
        border-style: solid;
        border-color: #FF9399;
}

.photo {
        border: 3;
        border-style: solid;
        border-color: #D9828C;
}

.photo_left {
        border: 3;
        border-style: solid;
        border-color: #D9828C;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}

.photo_right {
        border: 3;
        border-style: solid;
        border-color: #D9828C;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}

.align_left {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}

.align_right {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}

.nav_table {
        border: none;
        border-collapse: collapse;
}
.nav_table tr, .nav_table td {
        border-top: 1px solid #D9828C;
        border-bottom: 1px solid #D9828C;
        border-collapse: collapse;
        background-color: #512828;
}

