@charset "utf-8";
/* CSS Document */

p.link_to_top {
    font-size: 11px;
	text-align: center;
}

div.edit_menu_bar {
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    float: left;
	margin: 0 0 30px 115px;
	padding: 0;
	width: 300px;
}

div.edit_menu_bar ul {
	font-weight: 500;
	list-style-position: inside;
	margin: 0;
    padding: 0;
	text-align: left;
}

div.edit_menu_bar ul.left {
    float: left;
}

div.edit_menu_bar ul.right {
    float: right;
}

div.edit_menu_bar ul li {
    font-size: 18px;
    padding: 1px 2px;
}

div.edit_menu_bar ul li a {
    font-size: 12px;
    font-weight: bolder;
}

div.edit_links_sidebar {
    float: right;
	font-size: 30px;
	margin-right: 15px;
	width: 150px;
}

div.creole_grammar_section {
	margin-left: 95px;
	text-align: left;
	width: 440px;
}

div.creole_grammar_section table {
   font-size: 11px;
    font-weight: bolder;
    margin-left: 35px;
}

div.creole_grammar_section table tr td {
    font-size: 11px;
    padding: 0 10px;
}

div.creole_grammar_section p {
    line-height: 16px;
	margin-top: 8px;
	margin-bottom: 8px;
}

div.creole_grammar_section tt {
    color:#43556A;
    font-family: "Courier New";
	font-size: 12px;
	font-weight: 450;
}
