/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/


/* `Headings
----------------------------------------------------------------------------------------------------*/

textarea {
	resize: none;
}



/* `Spacing
----------------------------------------------------------------------------------------------------*/
ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 0px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  padding-bottom: 15px;
}


/* `Styling
----------------------------------------------------------------------------------------------------*/



.tag p {
	color:#babcbe; 
	font-size:19px;
	letter-spacing: 1px;
	line-height: 20px; 
	font-family:"Times New Roman", Times, Palatino, serif;  
	text-align:center;
}

h1 {
	font-family:"Times New Roman", Times, Palatino, serif; 
	font-weight: normal;	
	font-style:italic;
	font-size:23px; 
	line-height:28px; 
	color:#fbc9c6; 
	text-align:left;
}

h2 {
	font-family:"Times New Roman", Times, Palatino, serif; 
	font-weight: normal;	
	font-style:italic;
	font-size:17px; 
	line-height:21px; 
	color:#babcbe; 
	text-align:left;
}


h2_Purple {
	font-family:"Times New Roman", Times, Palatino, serif; 
	font-weight: normal;	
	font-style:italic;
	font-size:17px; 
	line-height:10px; 
	color:#d3c6dd; 
	text-align:left;
}


h3 {
	font-family:"Times New Roman", Times, Palatino, serif; 
	font-weight: normal;	
	font-size:14px; 
	line-height:21px; 
	color:#babcbe; 
	text-align:center;
}

h4 {
	font-family:"Times New Roman", Times, Palatino, serif; 
	font-weight: normal;	
	font-size:10px; 
	line-height:16px; 
	color:#babcbe; 
	text-align:center;
	margin-top:50px;
}

names {
	font-family:"Times New Roman", Times, Palatino, serif; 
	font-weight: normal;	
	font-style:italic;
	font-size:19px; 
	line-height:24px; 
	color:#fbc9c6; 
	text-align:left;
}

names_Grey {
	font-family:"Times New Roman", Times, Palatino, serif; 
	font-weight: normal;	
	font-style:italic;
	font-size:19px; 
	line-height:24px; 
	color:#babcbe; 
	text-align:left;
}

label {
	font-family:"Times New Roman", Times, Palatino, serif; 
	font-weight: normal;	
	font-style:italic;
	font-size:17px; 
	line-height:23px; 
	color:#fbc9c6; 
	text-align:left;
}

label input{
    height:25px;
    width:440px;
	margin-bottom: 20px;
	background-color: #f8f8f8;
    border:none;
}

label input:hover, textarea:hover{   
	background-color: #f6f4f8;
    border:none;
}

textarea{
    height:200px;
    width:440px;
	background-color: #f8f8f8;
    border:none;
	margin-bottom:10px;
}

/* `Links
----------------------------------------------------------------------------------------------------*/
A:link {text-decoration: none; color:#babcbe; letter-spacing: 0px;}
A:visited {text-decoration: none; color:#babcbe; letter-spacing: 0px;}
A:active {text-decoration: none; color:#babcbe; letter-spacing: 0px;}
A:hover {text-decoration: none; color: #fbc9c6; letter-spacing: 0px;}

#mainAreaLinks A:link {text-decoration: none; color:#fbc9c6; border-bottom: hidden;}
#mainAreaLinks A:visited {text-decoration: none; color:#fbc9c6; border-bottom: hidden;}
#mainAreaLinks A:active {text-decoration: none; color:#fbc9c6; border-bottom: hidden;}
#mainAreaLinks A:hover {text-decoration: none; color: #babcbe; border-bottom: hidden;}



