/*General elements*/

A:link, A:visited, A:active {
text-decoration:none;
}

A:hover {
text-decoration:underline;
}

IMG {
border:0px;
margin:5px;
}

/*added by shareef on 29.04.2009 to wrap text around image on tutorial.shtml */
p.wrap {
float:left;
}
