/* 
THE CENTER FOR THE STUDY OF SOCIAL STRUCTURES
CSS Styles

design by 
Small's Clone Industries
*/

body {
font-family: verdana;
font-size: 11px;
color: black;
background: #333366;
}

p {
text-align: left;
font-size: 11px;
}

h1 {
font-family:arial, helvetica;
text-transform:bold;
font-size: 24px;
text-align:left;
}

h2 {
font-family:arial, helvetica;
font-weight: bold;
font-size: 18px;
letter-spacing: 2px;
text-align:left;
color: black;
}

h3 {
font-family:arial, helvetica;
font-weight: normal;
letter-spacing: 2px;
font-size: 14px;
color: #003300;
text-align:left;
}

img {
border: none;
}

.whitetable {
background: white;
text-align:left;
}

.greentable {
background: url(../images/backmenu.jpg);
text-align:left;
}

.ideabox {
border-width: 1px; 
border-style: dotted;
}

.italic {
font-style:italic;
}

a:link, a:visited { 
text-decoration:none; 
color: blue; 
}
a:hover, a:active {
text-decoration:underline;
color: blue;
}

.searchbox, .result-searchbox { 
	width: 7em; 
	font-size: 10px;
}	
