﻿html {
  overflow-x:hidden;
  overflow-y:scroll;
  scrollbar-face-color:#000000;
  scrollbar-highlight-color:#A9A9A9;
  scrollbar-3dlight-color:#A9A9A9;
  scrollbar-darkshadow-color:#B3B3B3;
  scrollbar-Shadow-color:#B3B3B3;
  scrollbar-arrow-color:#B3B3B3;
  scrollbar-track-color:#B3B3B3;
}
body {margin: 0px;padding: 0px; font-family:"Verdana"; font-size:12px; color:#000000;background-color:#464646; background:url(../images/pyindex_bg.jpg);}
th {color: #ff0000;}
td {color: #000000;}
body {color: #ff0000;}
a:link {color: #ff0000; text-decoration: none;}
a:visited {text-decoration: none; color: #ff0000;}
a:hover {text-decoration: none; color: #000000;}
a:active {text-decoration: none; color: #000000;}

a.one:link {color: #000000; text-decoration: none;}
a.one:visited {text-decoration: none; color: #000000;}
a.one:hover {text-decoration: none; color: #ff0000;}
a.one:active {text-decoration: none; color: #ff0000;}

.style1 {color:#ea7603}
.style2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
hr{ width:375px; font-size:1px; color:#464646;} 

#mian{margin:0 auto;min-width:1003px;}
#pyindex{ height:201px; margin-top:15%; background:url(../images/pyindex.jpg) no-repeat center;}
.content{ width:1004px; margin:0 auto; text-align:center;}
#pysc{ width:100% auto; margin:5px 1% auto auto; text-align:right;}
#pycopy{ width:100% auto; margin:3% 2% auto auto; text-align:right;}

#pydownload{ height:201px; margin-top:2%; background:url(../images/pyindex.jpg) no-repeat center;}
.content{  width:1004px;margin:0 auto; text-align:center;}
#pydownloadcopy{ width:100% auto; margin:1% 2% auto auto; text-align:right;}
.pydownloadcenter{width:100% auto; margin:0 auto; text-align:right;}

.pygame{width:100% auto; margin:0 auto; text-align:center;}

.scroll {   
        width: 470px;                                     /*宽度*/   
        height: 390px;                                  /*高度*/   
        color: #000000;                                        /*颜色*/   
        font-family:Verdana, Arial, Helvetica, sans-serif;  /*字体*/   
        padding-left: 1px;                             /*层内左边距*/   
        padding-right: 1px;                            /*层内右边距*/   
        padding-top: 1px;                              /*层内上边距*/   
        padding-bottom: 1px;                           /*层内下边距*/   
        overflow-x:hidden;                             /*横向滚动条(scroll:始终出现;auto:必要时出现)*/   
        overflow-y:auto;                           /*竖向滚动条*/   


  overflow-x:hidden;
  scrollbar-face-color:#efd9a1;
  scrollbar-highlight-color:#18618f;
  scrollbar-3dlight-color:#18618f;
  scrollbar-darkshadow-color:#18618f;
  scrollbar-Shadow-color:#18618f;
  scrollbar-arrow-color:#18618f;
  scrollbar-track-color:#18618f;
}   