.link {
    color: #33CC00;
}
a:link {
	color: #33CC00;
	text-decoration: none;
}
a:hover {
    color: #00FF00;
}
a:visited {
	color: #33CC00;
}
a:active {
	color: #33CC00;
}
.code {
    color: #999999;
}
.baslik {
    font-weight: bold;
    font-size: 12px;
}
