/* reset browser styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
@charset "windows-1255";
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	
}

a:link, a:visited {
    display: block;
    font-weight: bold;
    color: #000000;
	font-family:"Guttman Yad-Brush";
    background-color: rgb(149,185,231);
    width: 100px;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    text-transform: uppercase;
	border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	-webkit-border-radius: 12px 12px 12px 12px;
	border: 2px outset  #888888;
	opacity: 0.8;
	box-shadow: 5px 5px 5px #bbbbbb;
}

a:hover, a:active {
    background-color:  rgb(129,165,211);
	opacity: 1;
}
.sidebar {
    width: 100px;
    margin: 10px;
}
.sidebar a:link, .sidebar a:visited {

    display: block;
    font-weight: bold;
    color: #000000;
	font-family:"Guttman Yad-Brush","Segoe Script";
    background-color: #95b9e7;
    width: 100px;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    text-transform: uppercase;
	border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	-webkit-border-radius: 12px 12px 12px 12px;
	border: 2px outset  #888888;
	opacity: 0.8;
	box-shadow: 5px 5px 5px #835f36;
}
.sidebar a:hover, .sidebar a:active {
    background-color:  #909090;
	opacity: 1;
}
.topbar {
    margin: 10px;
}
.topbar a:link, .topbar a:visited {

    display: block;
    font-weight: bold;
    color: #000000;
	font-family:"Guttman Yad-Brush","Segoe Script";
    background-color: #95b9e7;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    text-transform: uppercase;
	border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	-webkit-border-radius: 12px 12px 12px 12px;
	border: 2px outset  #888888;
	opacity: 0.8;
	box-shadow: 5px 5px 5px #835f36;
}
.topbar a:hover, .topbar a:active {
    background-color:  #909090;
	opacity: 1;
}