.pulltext {
float:right;
width:33%;
padding:8px;
border:1px solid black;
font-size:1.2em;
margin:20px;
background-color:whitesmoke;
}

.pulltext2 {
float:left;
width:33%;
padding:8px;
border:1px solid black;
font-size:1.2em;
margin:20px;
background-color:whitesmoke;
}

A {
	Text-decoration: none;
	color: blue;
	}
	A:hover {
	color : blue;
	background: none;
	 }

body {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color : #cccccc;
  color : #000000;
  text-align : center;
  margin-top : 50px;
  vertical-align : middle;
}

h1 {
	letter-spacing: 3px;
	}

#content {
  width : 830px;
  margin-right : auto;
  margin-left : auto;
  margin-top : 10px;
  border : 2px solid #000000;
  background-color : #ffffff;
  padding : 15px;
  text-align : left;
}

.coolback {
  background : #fff url(/images/sigma-plane-light.gif) no-repeat fixed top left;
}

h2 {
font-size:medium;
font-weight: bold;
letter-spacing: 1px;
}

a.linkopacity img {
filter:alpha(opacity=50);
-moz-opacity: 0.75; 
opacity: 0.75;
-khtml-opacity: 0.75;}

a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
-khtml-opacity: 1.0; }
