/*
    Author  :   Trevor Crane
		Website :   Lush Cake
*/

p {
 margin-left:2px;
 font-family:Georgia;
 font-size:14px;
 width:95%;
}

h1{
 margin-left:2px;
 font-family:Georgia;
 font-size:18px;
 color:#FF6699;
 letter-spacing:2px;
}

a.toplinks{
 font-family:Georgia;
 font-size:18px;
 text-decoration:none;
 color:white;
 letter-spacing:2px;
}

a.toplinks:hover{
 font-family:Georgia;
 text-decoration:underline;
 color:white;
}

a.toplinks2{
 font-family:Georgia;
 font-size:16px;
 text-decoration:none;
 color:white;
 letter-spacing:2px;
}

a.toplinks2:hover{
 font-family:Georgia;
 text-decoration:underline;
 color:white;
}

a.contactLink{
 font-family:Georgia;
 font-size:14px;
 text-decoration:none;
 color:#FF6699;
}

a.contactLink:hover{
 font-family:Georgia;
 text-decoration:underline;
}

table.admin input{
  border-style:none;
	border:1px solid #FF6699;
	cursor:pointer;
	background-color:white;
	float:left;
	height:30px;
}

table.admin input:hover{
  border-style:inset;
	color:white;
	cursor:pointer;
	background-color:#FF6699;
}

font.bottom{
 font-family:Georgia;
 font-size:16px;
 text-decoration:none;
 color:white;
 letter-spacing:2px;
}