/*************************************************************************
    File Name:        deefor.css
 /*** LINKS **********************************************************************/

A:link { 
	color: green; 
	text-decoration: none;

	}
A:visited { 
	color: green; 
	text-decoration: none;
	}
A:hover { 
	color: orange; 
	text-decoration: none; 
	font-weight: bold;
	font-size: 20px;
	}
	
A:focus { 
	color: orange; 
	text-decoration: none;
	border: none; 
	font-weight: bold;
	font-size: 20px;
	}


 /*** HTML tag ***********************************************************************/

td {
	text-align: justfy;
}

img {
	border: none;
}
  /*** class ***********************************************************************/
.dee {
	color: orange;
	font-style: oblique;
}

.for {
	color: green;
}
span.dot {
	color: red;
}
.com {
	color: blue;
	
}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: navy;
	font-style: normal;
	line-height: 19px;
	text-align: justify;
	}
.topmenu {
	text-transform:lowercase;
	font-size: 18px;
	white-space: nowrap;
}

.current {
	color: orange;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: oblique;
	line-height: 2.0;
	text-transform:lowercase;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003165;
	background-color: #FFFFFF;
}

li.dot 
{
	list-style-image: url(http://www.deefor.com/img/deeico.png);
}


DIV#consult
{
	height:180;
	width: 150;
	float: left;
}

DIV#design
{
	height:180;
	width: 170;
	float:left;

}

DIV#training
{
	height:180;
	width: 190;
	float: left;
}

DIV#support
{
	height:180;
	width: 160;
	float: left;
}

/*** FORM FIELDS ***************************************************************/


/******************************************************************************