/* ************************************************************
file name:			style.css
file type:			cascading style sheet
title:				PacImaging
data created:		4 April 2005
author:				Stephano Giacomo Cetola
application:		Pacific Imaging Website

color guide:
		blue		333399		for links on overviews
		gray		666666		for desc on overview
************************************************************* */

A.overview {
	color: 333399;
	text-decoration: none;
	font: Tahoma;
	font-size: 14px;
}

A:hover{
	text-decoration: underline;
}

.desc{
	color: 666666;
	font: Tahoma;
	font-size: 12px;
	padding-left : 10px;
}

.body
{
	background:images/bodybg.gif
}

.funtype
{
	font: 15px;
	letter-spacing: 2px;
	word-spacing: 1px;
	text-align: right;
	color:navy;
}

.funtype2
{
	font: 15px;
	letter-spacing: 2px;
	word-spacing: 1px;
	text-align: left;
}

.funtype3
{
	font: 15px;
	letter-spacing: 2px;
	word-spacing: 1px;
	text-align: center;
}