@charset "UTF-8";

body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#cds_main_content{
	text-align:left;
}

/* <h> tags */
h1{
	color:rgb(255,255,255);
	font-family:Papyrus, "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3{
	color:rgb(255,255,255);
	font-size:20px;
}
h5{
	color:rgb(255,255,255);
	font-size:16px;
}
#left_column h3{
	margin:100px 5px;
}
#right_column h3{
	margin:100px 5px;
}
.pricing{
	font-weight:normal;
	font-size:16px;
}


/* <p> tags */
#cds_main_content p{
	color:rgb(200,200,200);
	font-size:16px;
}
#cds_footer p{
	color:rgb(150,150,150);
	font-size:10.5px;
}
p.motto{
	color:rgb(195,195,195);
	font-family:Papyrus, "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:65px;
}
#information p{
	margin-left:50px;
	color:rgb(200,200,200);
}

/* links */
a{
	text-decoration:none;
	color:rgb(200,200,200);
}
a:hover{
	font-weight:bold;
	color:rgb(255,255,255);
}
a.index_link{
	font-family:Papyrus, "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
}

/* lists */
ul{
	color:rgb(200,200,200);
	font-size:16px;
	list-style-type:circle;
}
#information dl{
	margin-left:50px;
}
#information dd{
	margin-top:-15px;
}

/* emphasized text */
strong{
	font-family:Papyrus, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
}