/*-----Link Style-----*/

a:link {

	color: #5f1050;
	
	text-decoration: none;
	
	font-weight: bold;

}


a:visited {

	text-decoration: none;
	
	color: #5f1050;
	
	font-weight: bold;

}


a:hover {

	text-decoration: underline;

	color: #2e0c0d;

	font-weight: bold;

}

a:active {

	text-decoration: none;

	color: #5f1050;

	font-weight: bold;

}



/*-----Table Style-----*/


body{

	font-family: verdana;

	color: #2e0c0d;

	line-height: 8pt;

  	font-size : 7pt;

	font-weight: normal;

        background-color: #daa6dc;
}


input, textarea, select{

	background:#1d1d1d;

	color:#666666;

	font-size: 9px;

	font-weight: bold;

	text-transform: uppercase;

	font-family: Tahoma;


}


table{
	
	font-family: verdana;

	color: #3c2821;

	line-height: 11px;

  	font-size : 7pt;

	font-weight: normal;

}


.welcome{

	color:#333333;

	font-family: Tahoma;

	font-size: 9px;

	font-weight: bold;

	text-transform: uppercase;

}


.title_main {

	background-image:url('http://lucy-hale.org/images/layout/lhotitle.png');

	font-family: Tahoma;

	font-size: 7pt;

	font-weight: bold;

	color: #ffffff;

	line-height: 8pt;

	letter-spacing: 1px;

	text-transform: uppercase;

}



.date_main {

	background-color: #e590e5;

	font-family: Tahoma;

	font-size: 6pt;

	font-weight: bold;

	color: #ffffff;

	line-height: 8pt;

	letter-spacing: 1px;

	text-transform: uppercase;

}



h1 {

	background-image:url('http://lucy-hale.org/images/layout/lhotitle.png');

	font-family: Tahoma;

	font-size: 7pt;

	font-weight: bold;

	color: #ffffff;

	line-height: 8pt;

	letter-spacing: 1px;

	text-align: center;

	text-transform: uppercase;

}



.rounded {
	
border: 1px solid #5f1050;

	background-color: #ffffff;
	
padding: 2px;
	
-moz-border-radius:  6px;
	
-webkit-border-radius: 6px;
	
border-radius: 6px;

}




.title_main2 {
	
	padding: 4px;

	background-image:url('images/layout/lhotitle.png');

	font-family: Tahoma;

	font-size: 8px;

	Font-Weight: bold;

	color: #ffffff;

	Line-Height: 11px;

	Letter-Spacing: 1px;

	Text-Transform: uppercase;

}


.content_main {
	
	padding: 2px;

	background-color: #bfc9cd;

	font-family: Tahoma;

	font-size: 9px;

	Font-Weight: ;

	color: #000000;

	Line-Height: 9px;

	Letter-Spacing: 1px;

	Text-Align: left;

	Text-Transform: ;
	letter-spacing: 1px;

	text-align: center

}


.h3 {

	padding: 2px;

	background-color: #104a6c;

	font-family: Tahoma;

	font-size: 8px;

	Font-Weight: bold;

	color: #98995B;

	Line-Height: 9px;

	Letter-Spacing: 1px;
 
	Text-Align: center;

	Text-Transform: uppercase;

	text-align: center;

}
	

.textinput {

        padding: 4px;

	background-color: #bfc9cd;

	font-family: Tahoma;
 
	font-size: 10px;

	color: #666666;
 
	Line-Height: 11px;
 
	Letter-Spacing: 0px;
 
	text-align: justify;

}


.textinput_rollover {

        padding: 4px;

        background-color: #F2F2F2;
 	
font-family: Tahoma;
 
	font-size: 11px;

	color: #666666;
 
	Line-Height: 11px;
 
	Letter-Spacing: 0px;
 
}



/*-----Image Style-----*/


.borderimage{

        border-style: solid;

        border-width:0px;

        border-color: #EAE7DF;

        padding:4px;

        margin: 2px;

        background-color:#FFFFFF;


}


a img {
 border:none;
 }




/*-----Text Effects-----*/


strong, b {

	color: #480c3c;

}


em, i {
	
        color: #480c3c;

}


u {

	color: #480c3c;

}




/*-----Form Effects-----*/

TEXTAREA {

	border: #480c3c 1px solid;

	font-family: verdana;

	color: #000000;

	line-height: 11px;

        font-size : 7pt;

	font-weight: normal;

	background-color: #c194c3;


}


INPUT {

	border: #480c3c 1px solid;

	font-family: verdana;

	color: #3c2821;

	margin-bottom: 2px;

	line-height: 11px;

        font-size : 7pt;

	font-weight: normal;

	background-color: #c194c3;

}


SELECT {

	border: #ffffff 1px solid;

	padding: 2px;

	font-size: 9px;

	color: #999999;
 
	font-family: Tahoma;

	background-color: #c194c3;

}


BUTTON {

	border: #ffffff 1px solid;

	padding: 2px;

	font-size: 9px;

	color: #999999;

	font-family: Tahoma;

	background-color: #c194c3;

}


blockquote{

	font-family: verdana;

	color: #2e0c0d;

	line-height: 11px;

  	font-size : 7pt;

	font-weight: normal;

	line-height:10pt;

	padding: 5px;

	border-left: 3px dashed #480c3c;

	border-right: 3px dashed #480c3c;

	border-top: 3px dashed #480c3c;

	border-bottom: 3px dashed #480c3c;

	background-color: #c194c3;

	background-image: url('../images/layout/quote.png');

	background-repeat: no-repeat;
	
        background-position:  top-left 50%;

	text-indent: 27px;
        margin-left:5px;
        margin-right:5px;
        margin-top:5px;
        margin-bottom:5px;

}