/* Left-frame Cascade Style Sheet for EuroConcepts Web Site
 * Copyright (c) 2001, EuroConcepts, All Rights Reserved 
 * Author: Massimiliano Sanna, Dec 2001
 */

BODY {
 background-color: #333399;
 background-image: url(img/shadeleft.gif);
 background-repeat: repeat-y;
 background-position: right top;
}

TD {
 color: #ffcc33;
 font-size: 10px;
 line-height: 12px;
 text-align: center;
 font-weight: normal;
 font-style: normal;
 font-family: "verdana", "tahoma", "arial", "sans-serif";
}

A:link { 
 color: #ffcc33;
 font-size: 10px;
 line-height: 12px;
 text-align: center;
 font-weight: normal;
 font-style: italic;
 text-decoration: underline;
 font-family: "verdana", "tahoma", "arial", "sans-serif";
}

A:active { 
 color: #ffcc33;
 font-size: 10px;
 line-height: 12px;
 text-align: center;
 font-weight: normal;
 font-style: italic;
 text-decoration: underline;
 font-family: "verdana", "tahoma", "arial", "sans-serif";
}

A:visited { 
 color: #ffcc33;
 font-size: 10px;
 line-height: 12px;
 text-align: center;
 font-weight: normal;
 font-style: italic;
 text-decoration: underline;
 font-family: "verdana", "tahoma", "arial", "sans-serif";
}

