﻿body {
background-image:url('../pics/wall.gif');
font-size:medium;
}

img {
border:0;
}

a {
/*color: #990000;*/
text-decoration: none;
/*background-color: transparent;
border-color: #333333;*/
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
}

/*
a img {
    border-style: none;
}*/

a.plain {
    border:0;
    border-style: none;
} 

a:hover.plain {
    border:0;
    border-style: none;
} 


/*
a > img {
    border:0;
    border-style: none;
} 


a:hover > img {
    border:0;
    border-style: none;
} 
*/

a:link {
    color:inherit;
 
}

a:hover {
border-style:solid;
border-bottom-width: 2px;
}
