/*Fonts*/ @font-face { font-family: PT Serif; font-style: normal; font-weight: normal; src:url("../Fonts/PTF55F_W.ttf"); } @font-face { font-family: PT Serif; font-style: italic; font-weight: normal; src:url("../Fonts/PTF56F_W.ttf"); } @font-face { font-family: PT Serif; font-style: normal; font-weight: bold; src:url("../Fonts/PTF75F_W.ttf"); } body{ font-family: "PT Serif"; } /*Fonts end*/ /*Heading*/ h1,h2,h3,h4,h5{ margin: 5px; color:#0a5e90; text-align:center; } h1{ font-size:100%; text-transform: uppercase; } h2{ font-size:93%; } h3{ font-size:86%; } h4{ font-size:79%; } h5{ font-size:72%; } h6{ font-size:80%; border-bottom:2px solid #0a5e90; margin-left:20px; margin-bottom:-10px; color:#0a5e90; margin:5px; } /*Paragraph*/ p{ font-size:80%; text-align:justify; text-indent:20px; } /*Block*/ .ins{ background-color: #e9eef1; border: 1px dashed black; width: 30%; padding: .5em 1em .5em 1em; margin: 1em !important; float:right; } div{ width:100%; text-align:center; } div p{ font-size:70%; } .cart{ min-width:240px; max-width:640px; } /*Title page*/ .logo{ width:45px; text-align:center; } .feedback{ text-align:center; text-indent:0; font-size:86%; color:#0032ab; } .booktitle{ margin-top:20px; } /*Tables*/ table{ width:100%; } td,th{ font-size:80%; text-indent:0px; } .stand{ border:0px; width:100%; } .tab{ border:1px solid #000; border-collapse:collapse; min-width:240px; max-width:600px; } /*For image*/ img{ widht: 100%; } .two{ widht: 200px; } .three{ widht: 300px; } .four{ widht: 400px; } .five { widht: 500px; }