/*
(c) 2006-2008 C. Ilan, Surveylyzer, Carmil.net
polls_common.css
*/
@import url("../styles_hs/polls_host.css");
@import url("./polls_internals.css");
@import url("./sy1.css");


/*
@import url("../styles_hs/polls_host.css");
@import url("./polls_internals.css");
@import url("./sy1.css");
*/

@media screen {
body {
font-size: 16px;
min-width: 100px;
}
}

body {
direction: ltr;
color: black;
background: white;
font-family: Arial, sans-serif;

/* height: 100%;
overflow: auto; */
}

@media print {
@page {
margin: 0 0 0 0;
padding: 0 0 0 0;
}
body {
font-size: 11pt;
background: white;
color: black;
}
}



