@charset "utf-8";
/* CSS Document */

ol {
	list-style-type:decimal;
}
ol.alpha{
list-style-type:lower-alpha;
}

a{
color:#4E4D4D;
}
