﻿body a:link, body a:visited{
    color: #333;
    text-decoration: none;
}
body a:hover, a.active:link, a.active:visited{
    color: #25a7c9 !important;
}

#header a:link, #header a:visited{
    color: #666;
    font-weight: bold;
}
#closeLink:link, #closeLink:visited{
    float: right;
    margin-top: -20px;
    
    display: block;
    /*margin-right: -10px;
	padding-right: 15px;
    background: url('/images/close.png') no-repeat 100% 50%;*/
    font-size: 0.916em;
    font-weight: bold;
    color: #25a7c9 !important;
}
#project .content a:link, #project .content a:visited
{
    color: #25a7c9;
}
#project .content a:hover
{
    text-decoration: underline;
}
a.projectLink:link, a.projectLink:visited{
    font-size: 0.916em;
    color: #25a7c9;
}
a.projectLink:hover{
    text-decoration: underline;
}

#ajaxWrapper a:link, #ajaxWrapper a:visited
{
	color: #25a7c9 !important;
	text-decoration: none;
}
#ajaxWrapper a:hover
{
    text-decoration: underline;
}


.shareLinks a:link, .shareLinks a:visited
{
	color: #25a7c9 !important;
	font-weight: bold;
	text-decoration: none;
}

