@charset "utf-8";
#text p{
margin:1em 0;
}
#text a:link {
color: #f00;
}
#text a:visited {
color: #00f;
}
#text a:hover {
color: #0f0;
}
#text a:active {
color: #f00;
}

