﻿
.hand	{
	cursor: pointer;
	cursor: hand;
}

.captcha	{
	text-align: center;
}

.keywordslist	{
	width: 200px;
}

.warning {
	color: red;
	background: yellow;
	font-size: 16px;
	font-weight: bold;
}


/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 110px;
height: 150px;
border: 1px solid black;
padding: 5px;
background-color: #e3fefe;
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}

.page_head1 {
	width: 500px;
}

h1.parag_headline {
	color:#ad5757; font-weight:bold;
	font-size: 18px;
	}

h2.parag_headline {
	color:#ad5757; font-weight:bold;
	font-size: 16px;
	}

h3.parag_headline{color:#ad5757; font-weight:bold;}
