/* style sheet for clic Faby */

#mytable {
  background-color : silver ;
	border-style     : ridge ;
	border-width     : 10px ;
	border-color     : #800000 ;
	width            : 960px;
}

#mytd {
  background-color : silver ;
	border-style     : outset ;
	border-width     : 5px ;
	border-color     : gold ;
	height           : 100px ;
	width            : 320px;
}

#mytdtwo {
  background-color : silver ;
	border-style     : outset ;
	border-width     : 5px ;
	border-color     : gold ;
	height           : 100px ;
	width            : 480px;
}

#logo {
  float            : left ;
  width            : 100px ;
	margin-left      : 5px ;
	 }

#picture {
  float            : left ;
  width            : 100px ;
	margin-left      : 5px ;
	 }

#text  {
  float            : right ;
	color            : #800000 ;
	font-family      : arial, verdana, sans-serif ;
	width            : 180px ;
	margin-right     : 5px ;	
	 }	 
	 
p {
	color            : #800000 ;
	font-family      : arial, verdana, sans-serif ;	
	 }

