﻿@charset "UTF-8";
/* CSS Document */
<STYLE type="text/css"> 
body {background-color: white}

<!-- 
/*psych PERSPECTIVES CSS*/


/* page text */

p {
 font-family: Arial, Helvetica, sans-serif;                           
font-weight: normal;
 color:#333333;
 background: white;
 font-size: 12.5px;
 line-height: 130%;
}

.roundtable A

{font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
color:#333333
line-height: 130%;
}


/* header for menu main categories */
h1 {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: strong;
 color:#222222;
 background: white;
 font-size: 15px;
 line-height: 210%;
 
}


/* header for text headers */
h2 {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: strong;
 color: #222222;
 background: white;
 font-size: 16px;

}

/* text for index page headers*/
h3 {
 font-family: Arial, Helvetica, sans-serif;
 
 font-weight: strong;
 background: white;
 font-size: 10px;
}

h4 {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
 background: white;
 font-size: 10px;
font color: #660000;
}
h7 {
 font-family: Arial, Helvetica, sans-serif;                           
font-weight: normal;
 color:#336699;
 background: white;
 font-size: 12.5px;
 line-height: 130%;
}

/*link properties*/

a:link { color:075076;}
a:visited { color:075076;}
a:hover { color:222222;}
a:active { color:660066;}
a {text-decoration: none;}

/* article title link properties*/

a.title {
	font-size: 9px;
}
a.title:link { color:075076;}
a:title:visited { color:666699;}
a:title:hover { color:222222;}
a:title:active { color:222222;}



/* menu link properties*/

li.menu {
	list-style-type: none;
	
}

a.menu:link {color: #222222;}
a.menu:visited {color: #222222;}
a.menu:active {color: #666666;}
a.menu:hover {color: #666666;}
a {text-decoration: none;}

/* Ferenczi Issues roman numeral Ordered List properties*/

ol {list-style-type:upper-roman;
 font-family: Arial, Helvetica, sans-serif;                           
 font-weight: normal;
 color:#333333;
 background: white;
 font-size: 12.5px;
 line-height: 130%;
}

/* horizontal line properties */

   hr {
   size: 5; 
   color: #222222; 
   line color: #222222;
   width: 100%;
   align: left ;
   noshade ;
   }
   
   #subscribe{
	margin: 0px;
	padding: 0px;
	height: 30px;
	list-style: none;
	background-color: #FFF;
}

#subscribe li{
	float: left;
	line-height: 12pt;
	display: block;
	position: relative;
	margin-right: 30px;
	left: 0px;
}
#subscribe a{
	text-decoration: none;
	display: block;
	right: 30px;
}

</STYLE>
-->